-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b01
-
generic
-
generic
-
Verified
The J2SE 5.0 BigDecimal's toString() method behaves differently than in earlier versions. See also
http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigDecimal.html#toString()
and
http://java.sun.com/j2se/1.4.2/docs/api/java/math/BigDecimal.html#toString()
In J2SE 5.0 we have introduced BigDecimal's toPlainString() which behaves exactly like the toString() method in earlier versions.
This needs to be documented at
http://java.sun.com/j2se/1.5.0/compatibility.html
http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigDecimal.html#toString()
and
http://java.sun.com/j2se/1.4.2/docs/api/java/math/BigDecimal.html#toString()
In J2SE 5.0 we have introduced BigDecimal's toPlainString() which behaves exactly like the toString() method in earlier versions.
This needs to be documented at
http://java.sun.com/j2se/1.5.0/compatibility.html
- relates to
-
JDK-4984872 (jsr 13) BigDecimal needs toString method without exponents
- Resolved
-
JDK-6298816 The return value of BigDecimal.toString method is different when run against 1.4 vs 1.5
- Closed