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

2014-02-25 Thread Paul Sandoz
On Feb 25, 2014, at 12:52 AM, Brent Christian brent.christ...@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:

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

2014-02-25 Thread Brent Christian
On 2/25/14 4:41 AM, Paul Sandoz wrote: On Feb 25, 2014, at 12:52 AM, Brent Christian brent.christ...@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

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

2014-02-24 Thread Brent Christian
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/ This is a small cleanup to reconcile the String[last]indexOf() spec with longstanding behavior. There are no changes to executable code.