FYI: Patch: java.net.JarURLConnection

Bryce McKinlay bryce@mckinlay.net.nz
Tue Sep 23 06:43:00 GMT 2003


On Monday, Sep 22, 2003, at 17:50 Pacific/Auckland, Michael Koch wrote:

> I wrote a little patch to merge java.net.JarURLConnection more with
> classpath and to make it more error prone. Patch attached.

More error prone? I think you mean "less error prone", right? ;-)

> 2003-09-22  Michael Koch  <konqueror@gmx.de>
>
> 	* java/net/JarURLConnection.java
> 	(JarURLConnection): Modifed code to match classpath more, fixed 
> comment.
> 	(getCertificates): Made it more error prone.
>    ....

Just a "nit" - ChangeLog entries should summarise what changes you 
made, not just why you made them. So this should read something like:

	(getCertificates): Check for null JarEntry.

Regards

Bryce.




More information about the Java-patches mailing list