-
Bug
-
Resolution: Fixed
-
P4
-
6
-
1.4
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2181767 | 7 | Joe Wang | P4 | Closed | Fixed | b14 |
JDK-2182540 | 6u18 | Joe Wang | P4 | Resolved | Fixed | b02 |
JDK-2181768 | OpenJDK6 | Joe Wang | P4 | Closed | Fixed | b18 |
Refer to the following change history:
Patch for CR 6384805 on 01/12/2007. Implementation of xsltc.runtime.AttributeList was buggy, it mixed prefixes and URIs. Since it was pretty memory inefficient as well, I modified the code to use AttributesImpl helper from the SAX package (already part of JAXP). Moreover, I've modified the places where attributes are added to make sure that their URIs are passed.
On 5/24/2007, Restoring a few classes that were lost in the last pruning. Namely, Constants from templates, ExpressionContext from extensions and a few classes from the lib package. Also updating SyntaxTreeNode and Parser to eliminate any references to the old xsltc.runtime.AttributeList class which was replaced by sax.helpers.AttributesImpl.
Patch for CR 6384805 on 01/12/2007. Implementation of xsltc.runtime.AttributeList was buggy, it mixed prefixes and URIs. Since it was pretty memory inefficient as well, I modified the code to use AttributesImpl helper from the SAX package (already part of JAXP). Moreover, I've modified the places where attributes are added to make sure that their URIs are passed.
On 5/24/2007, Restoring a few classes that were lost in the last pruning. Namely, Constants from templates, ExpressionContext from extensions and a few classes from the lib package. Also updating SyntaxTreeNode and Parser to eliminate any references to the old xsltc.runtime.AttributeList class which was replaced by sax.helpers.AttributesImpl.
- backported by
-
JDK-2182540 Refer to 6384805: use AttributesImpl instead of AttributeList
-
- Resolved
-
-
JDK-2181767 Refer to 6384805: use AttributesImpl instead of AttributeList
-
- Closed
-
-
JDK-2181768 Refer to 6384805: use AttributesImpl instead of AttributeList
-
- Closed
-