Details
-
Bug
-
Resolution: Fixed
-
P3
-
5.0-pool, 6-pool, 7-pool, 8
-
b112
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034558 | 7u65 | Aleksej Efimov | P3 | Resolved | Fixed | b01 |
JDK-8025737 | 7u60 | Aleksej Efimov | P3 | Closed | Fixed | b01 |
JDK-8026310 | 6u71 | Aleksej Efimov | P3 | Closed | Fixed | b03 |
JDK-8026311 | 5.0u61 | Aleksej Efimov | P3 | Closed | Fixed | b03 |
Description
When the length of nodelist which is passed to a XSLT extension function is 1,
the node gotten from the nodelist becomes null.
The problem originates from incorrect iterator usage in item method of DTMAxisIterNodeList class.
the node gotten from the nodelist becomes null.
The problem originates from incorrect iterator usage in item method of DTMAxisIterNodeList class.
Attachments
Issue Links
- backported by
-
JDK-8034558 TransformerException : item() return null with node list of length != 1
- Resolved
-
JDK-8025737 TransformerException : item() return null with node list of length != 1
- Closed
-
JDK-8026310 TransformerException : item() return null with node list of length != 1
- Closed
-
JDK-8026311 TransformerException : item() return null with node list of length != 1
- Closed