Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2126716 | 5.0u5 | Joe Darcy | P4 | Resolved | Fixed | b02 |
java.math.BigDecimal(String) fails if gets long exponent, for example:
new BigDecimal("1.2e00000000000000000000000000001");
throws NumberFormatException.
###@###.### 2005-04-14 13:57:06 GMT
new BigDecimal("1.2e00000000000000000000000000001");
throws NumberFormatException.
###@###.### 2005-04-14 13:57:06 GMT
- backported by
-
JDK-2126716 java.math.BigDecimal(String) fails if gets long exponent
-
- Resolved
-
- relates to
-
JDK-6257182 Refactor fix for 6255285
-
- Resolved
-