History log of /openjdk9/jdk/src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java
Revision Date Author Comments
# 16872:5548e024cbcf 15-Mar-2017 mli

8176563: @since value errors in apis of java.base/java.logging module
Reviewed-by: alanb, chegar, dfuchs, dholmes, martin, naoto, rriggs


# 16421:0dd710e3934e 26-Dec-2016 rriggs

8171348: Incorrect documentation for DateTimeFormatter letter 'k'
Reviewed-by: rriggs
Contributed-by: abhijit.r.roy@oracle.com


# 16373:bd9dd28d7b4f 21-Dec-2016 ntv

8145633: Adjacent value parsing not supported for Localized Patterns
Summary: Enhance the localized weekfields to take part in adjacent value parsing
Reviewed-by: rriggs, scolebourne


# 16199:5c9389804cbc 04-Dec-2016 rgoel

8075577: java.time does not support HOST provider
Reviewed-by: okutsu, rriggs


# 15227:80d1205d3299 04-Aug-2016 igerasim

8163180: Typos around @code javadoc tag usage
Reviewed-by: dfuchs


# 15153:0881ab3faeb4 28-Jul-2016 ntv

8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
Summary: Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne


# 14432:48148c98c95a 13-May-2016 ntv

8155823: Add date-time patterns 'v' and 'vvvv'
Summary: Addded necessary methodss
Reviewed-by: rriggs, scolebourne


# 14390:01f92e15cf1e 08-May-2016 ntv

8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
Summary: Change the definition of 'DD' to match with CLDR
Reviewed-by: rriggs, scolebourne


# 14379:b9760b7afe0d 05-May-2016 ntv

8148949: DateTimeFormatter pattern letters 'A','n','N'
Summary: Changed the definition of pattern letters 'A','n','N' because it does not match the definition of CLDR
Reviewed-by: rriggs, scolebourne


# 14282:06bd77b3af21 25-Apr-2016 ntv

8031085: DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmssSSS"
Summary: Changed the FractionPrinterParser to subclass of NumberPrinterParser to make it participate in adjacent value parsing
Reviewed-by: rriggs, scolebourne


# 14271:dbb991f84472 21-Apr-2016 ntv

8148947: DateTimeFormatter pattern letter 'g'
Summary: Handled 'g' in the required places
Reviewed-by: rriggs, scolebourne


# 14268:788f3987f53b 21-Apr-2016 ntv

8154050: java.time.format.DateTimeFormatter can't parse localized zone-offset
Summary: Corrected the mistake in calculating parse end position
Reviewed-by: rriggs, scolebourne


# 13928:8414d01b81db 21-Mar-2016 ntv

8032051: "ZonedDateTime" class "parse" method fails with short time zone offset ("+01")
Reviewed-by: rriggs, scolebourne


# 13920:28df1af8e872 16-Mar-2016 rriggs

8085887: java.time.format.FormatStyle.LONG or FULL causes unchecked exception
8076528: LocalTime.format() throws exception when FormatStyle is LONG or FULL
Reviewed-by: sherman, scolebourne


# 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


# 13047:de39f994d657 10-Nov-2015 ntv

8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
Reviewed-by: rriggs, scolebourne, sherman


# 11734:d071a5eab96d 13-Apr-2015 sherman

8077640: DateTimeFormatter does not parse/accept the era.toString() result from MinguoEra/ThaiBuddhistEra
Summary: to parse and accept the era.toString() for era parsing in lenient/smart mode
Reviewed-by: rriggs


# 11340:bd4d6a62e1fd 30-Jan-2015 rriggs

8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung


# 11099:678faa7d1a6a 30-Oct-2014 martin

8067377: My hobby: caning, then then canning, the the can-can
Summary: Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea


# 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