This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.net.JarURLConnection


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]