History log of /openjdk10/jdk/test/java/util/Formatter/BasicCharObject.java
Revision Date Author Comments
# 13744:ded40e079410 16-Feb-2016 darcy

8149981: java/util/Formatter/Basic.java fails after JDK-8149896
Reviewed-by: rriggs, bpb


# 10979:24420e217c69 16-Nov-2014 redestad

8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
Reviewed-by: sherman


# 4601:6b6b6ee2afd9 22-Sep-2011 darcy

7092404: Add Math.nextDown and Double.isFinite
Reviewed-by: mduigou


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1469:8cabd2931621 24-Jul-2009 sherman

5063507: (fmt) missing exception for "%#s" format specifier
Summary: throw appropriate exception when necessary
Reviewed-by: alanb


# 806:63f8707112be 22-Jan-2009 sherman

6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
Summary: Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb


# 0:37a05a11f281 30-Nov-2007 duke

Initial load