-
Bug
-
Resolution: Fixed
-
P4
-
1.1.2
-
1.1.5
-
x86
-
windows_nt
-
Not verified
Name: bb33257 Date: 07/17/97
Instead of manipulating longs and multiplying by powers of 10,
DigitList should use Decimal.valueOf where applicable.
Multiplying loses precision in the lower bits and causes
DecimalFormat to accumulate errors in its least-significant
digits.
======================================================================