JDK-6370983 : Javadoc bugs: javadoc warnings, missing @Since, etc.
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-01-11
  • Updated: 2012-06-08
  • Resolved: 2006-06-27
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 6
6 b90Fixed
Related Reports
Relates :  
Description
$ findMissingSince 6.0 1.5.0

Missing method @since: javax.xml.parsers.DocumentBuilderFactory.newInstance(java.lang.String,java.lang.ClassLoader)
Missing method @since: javax.xml.parsers.SAXParserFactory.newInstance(java.lang.String,java.lang.ClassLoader)
Missing method @since: javax.xml.transform.TransformerFactory.newInstance(java.lang.String,java.lang.ClassLoader)
Missing method @since: javax.xml.datatype.DatatypeFactory.newInstance(java.lang.String,java.lang.ClassLoader)
Missing method @since: javax.xml.validation.SchemaFactory.newInstance(java.lang.String,java.lang.String,java.lang.ClassLoader)
Missing method @since: javax.xml.xpath.XPathFactory.newInstance(java.lang.String,java.lang.String,java.lang.ClassLoader)

Javadoc errors from build:
src/share/classes/org/w3c/dom/stylesheets/MediaList.java:66: warning - @param argument "oldMediumThe" is not a parameter name.
src/share/classes/org/w3c/dom/stylesheets/MediaList.java:78: warning - @param argument "newMediumThe" is not a parameter name.
src/share/classes/org/w3c/dom/stylesheets/StyleSheetList.java:40: warning - @param argument "indexIndex" is not a parameter name.
src/share/classes/org/w3c/dom/css/CSSRuleList.java:41: warning - @param argument "indexIndex" is not a parameter name.
src/share/classes/org/w3c/dom/css/CSSValueList.java:44: warning - @param argument "indexIndex" is not a parameter name.

Comments
EVALUATION the Javadoc in the javax.xml.* packages has been fixed. the org.w3c.dom.(css, stylesheets) is old obsolete code that should be deleted. it has been deleted in the workspace.
19-05-2006