-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2153479 | 7 | Joe Wang | P4 | Closed | Fixed | b15 |
JDK-2182705 | 6u18 | Joe Wang | P3 | Resolved | Fixed | b02 |
Filed by : JCK Team
JDK : 1.5.0-b64
Platform[s] : ALL
Problem descripiton:
Javadoc for method:
boolean isDerivedFrom(String typeNamespaceArg,
String typeNameArg, int derivationMethod)
of the org.w3c.dom.TypeInfo interface has typos:
---
"
...
If the document's schema is a DTD or no schema is associated with the document,
this method will always return false . If the document's schema is an XML Schema,
the method will true if the reference type definition is derived from the other type
^^^^^^^^^ (here should be "will returns true")
definition according to the derivation parameter.
...
"
JDK : 1.5.0-b64
Platform[s] : ALL
Problem descripiton:
Javadoc for method:
boolean isDerivedFrom(String typeNamespaceArg,
String typeNameArg, int derivationMethod)
of the org.w3c.dom.TypeInfo interface has typos:
---
"
...
If the document's schema is a DTD or no schema is associated with the document,
this method will always return false . If the document's schema is an XML Schema,
the method will true if the reference type definition is derived from the other type
^^^^^^^^^ (here should be "will returns true")
definition according to the derivation parameter.
...
"
- backported by
-
JDK-2182705 Typos at javadoc for org.w3c.dom.TypeInfo.isDerivedFrom
-
- Resolved
-
-
JDK-2153479 Typos at javadoc for org.w3c.dom.TypeInfo.isDerivedFrom
-
- Closed
-