commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch #201] bug in String.replace


From: Patrik Reali
Subject: Re: [Patch #201] bug in String.replace
Date: Fri, 22 Mar 2002 18:53:34 +0100

> Comment:
> Similar bugs are in toUpperCase, toLowerCase. I committed a different
version of the patch; could you please verify it? (In bytecode, and on many
native architectures, comparison to 0 in a loop is more efficient than
comparing to an arbitrary value).

It works. Thanks!
I'm experiencing a wrong transformation, but no ArrayOutOfBounds exceptions
anymore.
java.lang.String seems to be working correctly.

I'll check what is wrong in java.lang.Character and report.
It may as well be an error in my own software.

-Patrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]