> On Jun 25, 2015, at 8:46 AM, Daniel Fuchs wrote:
>
> Hi,
>
> Please find below a cleanup patch for jaxp:
>
> https://bugs.openjdk.java.net/browse/JDK-8129880
> 8129880 - Cleanup usage of getResource in jaxp
>
> Class.getResource(classFile) was used for printing the class
> location for debu
+1
Thanks,
Joe
On 6/25/2015 8:46 AM, Daniel Fuchs wrote:
Hi,
Please find below a cleanup patch for jaxp:
https://bugs.openjdk.java.net/browse/JDK-8129880
8129880 - Cleanup usage of getResource in jaxp
Class.getResource(classFile) was used for printing the class
location for debuging purposes
Hi,
Please find below a cleanup patch for jaxp:
https://bugs.openjdk.java.net/browse/JDK-8129880
8129880 - Cleanup usage of getResource in jaxp
Class.getResource(classFile) was used for printing the class
location for debuging purposes. CodeSource.getLocation() is a better
fit for that.
http:/