History log of /openjdk9/jdk/src/java.base/share/classes/java/util/Formatter.java
Revision Date Author Comments
# 17125:c17e1662bad1 11-May-2017 jjg

8179592: Update tables in java.base to be HTML 5-friendly.
Reviewed-by: mchung, darcy, martin


# 17069:3e440f389e72 27-Apr-2017 jjg

8179413: Fix remaining minor HTML5 issues in java.base module
Reviewed-by: darcy, lancea


# 17064:6fe408bd34d2 26-Apr-2017 jjg

8179367: update use of align, valign attributes in java.base to use style attribute
Reviewed-by: martin, mchung


# 17062:bd0e423e5756 26-Apr-2017 jjg

8179364: update "<a name=" in java.base module to use id attribute
Reviewed-by: darcy


# 14874:7e7f37ae1a6d 21-Jun-2016 naoto

8159548: Formatter returns unexpected strings if locale is null.
Reviewed-by: sherman


# 14687:6767ed99ea10 06-Jun-2016 naoto

8146156: Inconsistent default locale in string formatter methods
Reviewed-by: sherman


# 13725:d01cd46ec6c1 16-Feb-2016 darcy

8149896: Remove unnecessary values in FloatConsts and DoubleConsts
Reviewed-by: shade, psandoz, lbourges, mduigou


# 13351:9f6ae01c98cf 21-Dec-2015 chegar

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


# 13051:eaf66e3285c8 11-Nov-2015 rriggs

8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
Summary: And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar


# 12589:e8922c551c55 14-Aug-2015 sherman

8039390: Unexpected behaviour of String.format with null arguments
Summary: to explicitly specify the null behavior for all conversions
Reviewed-by: rriggs


# 12546:08afb0edefd7 11-Aug-2015 avstepan

8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin


# 12529:7fd081100f48 06-Aug-2015 sherman

8080252: java.util.Formatter documentation of %n converter is misleading
Summary: to correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs


# 11357:97b8292cdd51 28-Jan-2015 minqi

Merge


# 11354:d6a5cbeb8198 28-Jan-2015 dfuchs

8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla


# 11252:d8c24becdde8 16-Jan-2015 sherman

8042262: Javadoc typo in java.util.Formatter
Summary: to fix the simple typo in java doc
Reviewed-by: rriggs, lancea


# 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


# 10985:5305f7c57fc1 17-Nov-2014 redestad

8065070: (fmt) Avoid creating substrings when building FormatSpecifier
Reviewed-by: martin, shade


# 10713:70fab1ef5e04 24-Sep-2014 bchristi

8050142: Optimize java.util.Formatter
Reviewed-by: sherman, bchristi, lagergren


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com