-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8u72, 9
A DESCRIPTION OF THE PROBLEM :
The javadoc for the return value is wrong
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
@return month of this XMLGregorianCalendar.
ACTUAL -
@return year of this XMLGregorianCalendar.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/XMLGregorianCalendar.html#getMonth--
The javadoc for the return value is wrong
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
@return month of this XMLGregorianCalendar.
ACTUAL -
@return year of this XMLGregorianCalendar.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/XMLGregorianCalendar.html#getMonth--
- duplicates
-
JDK-8021787 javax.xml.datatype.XMLGregorianCalendar.getMonth() return is documented wrong
- Resolved