Hi Lance,
Good catch. I have uploaded a fixed review. I had forgotten about this
since Xerces is at JDK 1.4, while we had agreed to move to JDK 1.7.
It's good to get these lint warnings fixed now since we are planning to
do a large scale fix later on. I also made a similar fix in
ElementSchemePointer.java. If you see anything else, then let me know.
http://cr.openjdk.java.net/~dli/8037259/webrev/
Thanks,
David
On 4/11/2014 12:23 PM, Lance @ Oracle wrote:
Overall it looks ok.
I think you will get some unchecked warnings from
com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java
Any reason not to address this for your HashMap and ArrayList?
Best
Lance
<http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance
Andersen| Principal Member of Technical Staff | +1.781.442.2037
<tel:+1.781.442.2037>
Oracle Java Engineering
1 Network Drive <x-apple-data-detectors://34/0>
Burlington, MA 01803 <x-apple-data-detectors://34/0>
lance.ander...@oracle.com <mailto:lance.ander...@oracle.com>
Sent from my iPad
On Apr 10, 2014, at 7:36 PM, David Li <david.x...@oracle.com
<mailto:david.x...@oracle.com>> wrote:
Hi,
This is an update from Xerces XPointer. For details, please refer
to: https://bugs.openjdk.java.net/browse/JDK-8037259.
Webrevs: http://cr.openjdk.java.net/~dli/8037259/webrev/
<http://cr.openjdk.java.net/%7Edli/8037259/webrev/>
Existing tests: JAXP SQE and unit tests passed. No new tests were
added because most of the changes are minor and do not add any new
functionality. Changes in ElementSchemePointer.java are already
covered in JAXP unit test xinclude/Bug6794483Test.java.
Thanks,
David