Closed
Description
See http://openjdk.java.net/jeps/220
In future, the bootclasspath of Java will no longer be rt.jar and the URLs
returned by Class.getResource() will no longer be "jar:" URLs. We have to fix
the code that does classpath traversal to respect this.
This also affects the code that creates the deprecated lists from rt.jar.
It is currently unknown if there will be a good way to enumerate all class
files in a classpath...
Original issue reported on code.google.com by uwe.h.schindler
on 31 Oct 2014 at 9:19