FYI: Patch: Merging java.net.URLClassLoader

Mark Wielaard mark@klomp.org
Sat Jul 19 22:53:00 GMT 2003


Hi,

On Sat, 2003-07-19 at 17:52, Michael Koch wrote:

> +2003-07-19  Jeroen Frijters <jeroen@sumatra.nl>
> +
> +       * java/net/URLClassLoader.java (addURL): Moved implementation to
> +       private addURLImpl() to avoid calling addURL from the constructor.
> +       (addURLImpl): Contains the code that was previously in addURL.
> +       (addURLs): Call addURLImpl(), not addURL().

Your patch actually also included another (minor) change in the
Classpath code:

2003-07-16  Jeroen Frijters <jeroen@sumatra.nl>
 
        * java/net/URLClassLoader.java (JarURLLoader.getResource): If the
        name starts with a slash, chop it off.

Thanks for keeping the code bases merged BTW,

Cheers,

Mark



More information about the Java-patches mailing list