RFR 8027640 : String.indexOf(String, int) for the empty string case not specified

Brent Christian brent.christian at oracle.com
Tue Feb 25 22:15:28 UTC 2014


On 2/25/14 4:41 AM, Paul Sandoz wrote:
> On Feb 25, 2014, at 12:52 AM, Brent Christian <brent.christian at oracle.com> wrote:
>
>> Please review my changes for:
>> https://bugs.openjdk.java.net/browse/JDK-8027640
>>
>> The webrev is here:
>> http://cr.openjdk.java.net/~bchristi/8027640/webrev.00/
>>
>
> In AbstractStringBuilder there is a small typo, "k<":
>
> 1348      * <p>The returned index is the largest value {@code k<} for which:
>

Great catch, Paul.  Thanks!

-Brent



More information about the core-libs-dev mailing list