History log of /openjdk10/jdk/test/java/util/Formatter/BasicBigDecimal.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


# 11211:8efdc47cdc0c 07-Jan-2015 bpb

8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
Summary: Correct erroneous appending of zeroes and clean up code logic.
Reviewed-by: darcy, psandoz


# 10979:24420e217c69 16-Nov-2014 redestad

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


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 7543:eabcb85fcabc 24-Jun-2013 bpb

6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
Summary: For zero value ensure than an unpadded zero character is passed to Formatter.addZeros()
Reviewed-by: iris, darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>


# 6495:a09a37cff333 31-Jan-2013 mchung

6355704: (fmt) %f formatting of BigDecimals is incorrect
Reviewed-by: darcy
Contributed-by: brian.burkhalter@oracle.com


# 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