-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2185503 | 7 | Joe Wang | P3 | Closed | Fixed | m05 |
JDK-2182507 | 6u18 | Joe Wang | P4 | Resolved | Fixed | b02 |
JDK : 1.5.0-b64
Platform[s] : ALL
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Problem descripiton:
Javadoc for the method:
public static DOMImplementationRegistry newInstance() throws ClassNotFoundException,
InstantiationException, IllegalAccessException, ClassCastException
of the org.w3c.dom.bootstrap.DOMImplementationRegistry class
has typos:
---
"
...
Obtain a new instance of a DOMImplementationRegistry. The DOMImplementationRegistry
is initialized by the application or the implementation, depending on the context,
by first checking the value of the Java system property org.w3c.dom.DOMImplementationSourceList
and the the service provider whose contents are at
^^^^^^^
"META_INF/services/org.w3c.dom.DOMImplementationSourceList" The value of this property is
^^^
a white-space separated list of names of availables classes implementing the
DOMImplementationSource interface.
...
"
Platform[s] : ALL
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Problem descripiton:
Javadoc for the method:
public static DOMImplementationRegistry newInstance() throws ClassNotFoundException,
InstantiationException, IllegalAccessException, ClassCastException
of the org.w3c.dom.bootstrap.DOMImplementationRegistry class
has typos:
---
"
...
Obtain a new instance of a DOMImplementationRegistry. The DOMImplementationRegistry
is initialized by the application or the implementation, depending on the context,
by first checking the value of the Java system property org.w3c.dom.DOMImplementationSourceList
and the the service provider whose contents are at
^^^^^^^
"META_INF/services/org.w3c.dom.DOMImplementationSourceList" The value of this property is
^^^
a white-space separated list of names of availables classes implementing the
DOMImplementationSource interface.
...
"
- backported by
-
JDK-2182507 Typos at javadoc for org.w3c.dom.bootstrap.DOMImplementationRegistry.newInstance()
-
- Resolved
-
-
JDK-2185503 Typos at javadoc for org.w3c.dom.bootstrap.DOMImplementationRegistry.newInstance()
-
- Closed
-