Name: rmT116609 Date: 04/08/2004
A DESCRIPTION OF THE PROBLEM :
Just a simple typo in the description for the function: startsWith(String prefix, int toffset)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Tests if this string starts with the specified prefix beginning at the specified index.
ACTUAL -
Tests if this string starts with the specified prefix beginning a specified index.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#startsWith(java.lang.String,%20int)
(Incident Review ID: 246933)
======================================================================
A DESCRIPTION OF THE PROBLEM :
Just a simple typo in the description for the function: startsWith(String prefix, int toffset)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Tests if this string starts with the specified prefix beginning at the specified index.
ACTUAL -
Tests if this string starts with the specified prefix beginning a specified index.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#startsWith(java.lang.String,%20int)
(Incident Review ID: 246933)
======================================================================
- duplicates
-
JDK-6260181 (spec) Clarify String.startsWith javadoc
- Resolved