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


# 13351:9f6ae01c98cf 21-Dec-2015 chegar

8145990: Move sun.misc math support classes to jdk.internal.math
Reviewed-by: bpb, darcy


# 10979:24420e217c69 16-Nov-2014 redestad

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


# 10532:74078474d9bd 22-Aug-2014 mchung

8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
Reviewed-by: mchung, darcy
Contributed-by: amy.lu@oracle.com


# 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


# 7795:33617583c545 31-Jul-2013 bpb

6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
Summary: Update specification to match implementation.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>


# 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>


# 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