Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2083316 | 5.0 | Jeff Suttor | P4 | Resolved | Fixed | beta2 |
Name: rmT116609 Date: 05/12/2004
A DESCRIPTION OF THE PROBLEM :
In javax.xml.xpath.XPathFactory.newInstance(String), the parameter description
for uri says:
uri - Identifies the underlying object model.
but doesn't say _how_ parameter uri's URI specifies an object model,
or how to find out permissible value for the parameter.
Nothing in the method decription for newInstance, the class description for
XPathFactory, or the package description for javax.xml.xpath says anything
about URIs for object models.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Enough information for a programmer to be able to know what to pass.
ACTUAL -
See the Description section.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/XPathFactory.html#newInstance(java.lang.String)
(Incident Review ID: 265233)
======================================================================
A DESCRIPTION OF THE PROBLEM :
In javax.xml.xpath.XPathFactory.newInstance(String), the parameter description
for uri says:
uri - Identifies the underlying object model.
but doesn't say _how_ parameter uri's URI specifies an object model,
or how to find out permissible value for the parameter.
Nothing in the method decription for newInstance, the class description for
XPathFactory, or the package description for javax.xml.xpath says anything
about URIs for object models.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Enough information for a programmer to be able to know what to pass.
ACTUAL -
See the Description section.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/XPathFactory.html#newInstance(java.lang.String)
(Incident Review ID: 265233)
======================================================================
- backported by
-
JDK-2083316 XPathFactory.newInstance(...) uri parameter doesn't say how model identified
- Resolved