On 23/06/2015 15:16, Daniel Fuchs wrote:
Hi,
Please find below a patch for
8129572 - Cleanup usage of getResourceAsStream in jaxp
https://bugs.openjdk.java.net/browse/JDK-8129572
http://cr.openjdk.java.net/~dfuchs/webrev_8129572/webrev.00/
This removes a bunch of unused getResourceAsStream methods
and sanitizes the few that remain.
I took the liberty to also add some additional debug traces
to the LSSerializerTest.java to help debug when the test fails.
Typo in the comment in FuncSystemProperty.loadPropertyFile: "propery" ->
property.
Otherwise this looks like good clean-up to me.
-Alan