Name: saC57035 Date: 07/08/98
There are some internal limitations in the format(long, ...) method
of DecimalFormat. It cannot correctly handle the case when the
provided long value * multiplier is greater than Long.MAX_VALUE
(see rfe 4106664). Since API change request to fix this has been
rejected for JDK 1.2, we need at least to specify thoroughly these
limitations.
======================================================================
- duplicates
-
JDK-4106664 API: java.text.DecimalFormat.format(long n) fails if n * multiplier > MAX_LONG
-
- Closed
-