RFR: 5035569: assertion error in Formatter (original) (raw)

Brian Burkhalter brian.burkhalter at oracle.com
Fri Feb 1 18:59:47 UTC 2013


Hello,

The assertion is due to a condition occurring which is contrary to the specification. The specification is accurate but insufficiently forthcoming that the %a conversion is unsupported for BigDecimal. This change clarifies the situation by updating the conversion table which occurs earlier in the class comments.

diff -r d2495b9984fa -r 4770eaa01d38 src/share/classes/java/util/Formatter.java --- a/src/share/classes/java/util/Formatter.java Fri Feb 01 07:39:41 2013 +0800 +++ b/src/share/classes/java/util/Formatter.java Fri Feb 01 10:46:23 2013 -0800 @@ -351,7 +351,9 @@

Thanks,

Brian



More information about the core-libs-dev mailing list