-
Bug
-
Resolution: Fixed
-
P4
-
1.0, 1.1, 1.1.3, 1.1.5, 1.1.6, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 5.0
-
b30
-
generic, unknown, x86, sparc
-
generic, solaris_2.5, windows_95, windows_nt, windows_2000
Currently, the java.text package does not contain a derivation of the
Format class for the Bignum class (e.g. BignumFormat) which allows
for the correct formatting and parsing of Bignum values.
The only way around this at present is to coerce Bignum's to doubles and
use the DecimalFormat class. The resulting number though can result
in a loss of precision.
Format class for the Bignum class (e.g. BignumFormat) which allows
for the correct formatting and parsing of Bignum values.
The only way around this at present is to coerce Bignum's to doubles and
use the DecimalFormat class. The resulting number though can result
in a loss of precision.
- duplicates
-
JDK-4106664 API: java.text.DecimalFormat.format(long n) fails if n * multiplier > MAX_LONG
-
- Closed
-
-
JDK-4329840 DecimalFormat incorrectly formats BigDecimals
-
- Closed
-
-
JDK-4349833 java.math.BigDecimal; DecimalFormat error after 15 digits
-
- Closed
-
-
JDK-4026335 API request for BigDecimal and BigInteger formatting classes in TEXT package
-
- Closed
-
-
JDK-4117447 RFE: No BigDecimalFormat & Format has and UNACCEPTABLE final method
-
- Closed
-