This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Re: PATCH: Boolean.valueOf(), String.equalsIgnoreCase(), String.concat()


Bryce> 1999-12-02  Bryce McKinlay  <bryce@albatross.co.nz>

Bryce>         * java/lang/natString.cc (equalsIgnoreCase): return false if
Bryce>         anotherString is null.
Bryce>         (concat): return `this' if argument has zero length.
Bryce>         * java/lang/Boolean.java (valueOf): return FALSE if argument is
Bryce>         null.

Thanks!  Please check this in.

Tom

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