JDK-8034906 : Fix typos, errors and Javadoc differences in java.time
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-02-13
  • Updated: 2016-06-13
  • Resolved: 2014-05-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u60Fixed 9 b13Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
A trawl of the java.time Javadoc yielded a number of issues. These include typos, poor descriptions and mistakes. The Javadoc has also been brought closer to a unified standard across the various classes.

See patch https://gist.github.com/jodastephen/8984256 to see the issues in detail.
Comments
DateTimeFormatter line 120 and line 269 "toString(formatter)" should be "format(formatter)"
20-03-2014

Attaching patch for IP reasons
12-03-2014

Patch updated https://gist.github.com/jodastephen/8984256/revisions
06-03-2014

2nd paragraph of MonthDay has "MonthDay is an immutable date-time object that represents the combination of a year and month." which should refer to "month and day".
28-02-2014