-
Bug
-
Resolution: Fixed
-
P3
-
1.1.2, 1.1.4
-
1.1.6
-
x86, sparc
-
solaris_2.5, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016285 | 1.2.0 | John Oconner | P3 | Resolved | Fixed | 1.2beta3 |
Name: bb33257 Date: 07/29/97
In NumberFormat the methods setMaximumFractionDigits(),
setMinimumFractionDigits(), setMaximumIntegerDigits(), and
setMinimumIntegerDigits() pin the integer argument between
zero and 127. The limit of 127 is wrong; for Java doubles,
up to 340 fraction digits and up to 308 integer digits should
be shown.
======================================================================
- backported by
-
JDK-2016285 setMaximumFractionDigits limit wrong
-
- Resolved
-
- duplicates
-
JDK-4075780 setMaximumIntegerDigits(int) specs unclear about range of input parameter
-
- Closed
-