hg: jdk8/tl/jdk: 2 new changesets
rob.mckenna at oracle.com
rob.mckenna at oracle.com
Wed Jul 10 11:54:22 PDT 2013
Changeset: 607fa1ff3de2
Author: bpb
Date: 2013-07-09 11:26 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/607fa1ff3de2
6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
Summary: Change the field width specification to require a positive value. The exception is still thrown but that is now explicitly consistent with the specification.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter at oracle.com>
! src/share/classes/java/util/Formatter.java
Changeset: 2ee772cda1d6
Author: bpb
Date: 2013-07-09 12:47 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2ee772cda1d6
6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
Summary: Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter at oracle.com>
! src/share/classes/java/math/BigDecimal.java
! test/java/math/BigDecimal/StrippingZerosTest.java
More information about the serviceability-dev
mailing list