-
Bug
-
Resolution: Fixed
-
P3
-
6
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2159833 | 7 | Joe Wang | P3 | Closed | Fixed | m05 |
JDK-2182536 | 6u18 | Joe Wang | P3 | Resolved | Fixed | b02 |
The XMLEvent getLocation() interface method has the following documentation:
"Return the location of this event. The Location returned from this method is
non-volatile and will retain its information."
However, this is not true in the SJSXP implementation: the return value of
XMLReaderImpl.getLocation() is stored in XMLEvent instances, and that Location
object is volatile (only valid until next() is called).
"Return the location of this event. The Location returned from this method is
non-volatile and will retain its information."
However, this is not true in the SJSXP implementation: the return value of
XMLReaderImpl.getLocation() is stored in XMLEvent instances, and that Location
object is volatile (only valid until next() is called).
- backported by
-
JDK-2182536 sjsxp issue 58: XMLEvent.getLocation() returns a volatile Location
-
- Resolved
-
-
JDK-2159833 sjsxp issue 58: XMLEvent.getLocation() returns a volatile Location
-
- Closed
-