JDK-8129433 : Error in MonthDay class documentation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version: 8u45
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2015-06-21
  • Updated: 2015-08-31
  • Resolved: 2015-08-31
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.
Other
tbd_minorResolved
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE PROBLEM :
There is a minor content error in the description of the first paragraph of the documentation for MonthDay. 
(See faulty url for details).

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
MonthDay is an immutable date-time object that represents the combination of a year and month. Any field that can be derived from a month and day, such as quarter-of-year, can be obtained.
ACTUAL -
MonthDay is an immutable date-time object that represents the combination of a year and month. Any field that can be derived from a month and day, such as quarter-of-year, can be obtained.

URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/time/MonthDay.html


Comments
This has already been fixed http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/f3905a67a72c?revcount=160#l8.3
27-08-2015

Expected and Actual texts above look same. Pardeep, check with the submitter.
22-06-2015