You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
Previously tracked as https://bugs.openjdk.java.net/browse/JDK-8189718
A DESCRIPTION OF THE PROBLEM :
XmlElementRef.java
at line 59 - 62 :
"<? extends Operator>" is not a HTML4 tag.
=> {@code ..}Therefore , I think that :
(1)"<" and ">" => "<" and "& gt;"
or
(2)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public void setTerm(JAXBElement<? extends Operator>);
public JAXBElement<? extends Operator> getTerm();
ACTUAL -
public void setTerm(JAXBElement);
public JAXBElement getTerm();
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/annotation/XmlElementRef.html
The text was updated successfully, but these errors were encountered: