JDK-5057835 : FormattedFloatingDecimal: massive code duplication in J2SE
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2004-06-04
  • Updated: 2013-06-07
  • Resolved: 2013-06-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
The code in src/share/classes/sun/misc/FormattedFloatingDecimal.java is a fork
of the source file src/share/classes/sun/misc/FloatingDecimal.java.  Besides
being space inefficient, this code duplication will make maintenance and bug 
fixing in those thousands of duplicated lines more difficult that it should be.

Comments
Resolved by fix of 7032154.
06-06-2013

EVALUATION Not an issue for Tiger. -- iag@sfbay 2004-07-21
21-07-2004