-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 8u72, 9
-
Component/s: xml
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
-