-
Enhancement
-
Resolution: Fixed
-
P5
-
7
-
b53
-
generic
-
generic
sun.misc.FormattedFloatingDecimal was created to support the implementation of java.util.Formatter and the following methods are used by the Formatter class.
getChars()
getExponent()
getExponentRounded()
Several methods (e.g. readJavaFormatString()) that are copied from sun.misc.FloatingDecimal are not used anywhere. They can be removed.
getChars()
getExponent()
getExponentRounded()
Several methods (e.g. readJavaFormatString()) that are copied from sun.misc.FloatingDecimal are not used anywhere. They can be removed.
- relates to
-
JDK-6798873 Reduce the number of classes loaded and class dependencies
- Closed