-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
01
-
generic, x86
-
generic, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120748 | 6 | Norbert Lindenberg | P2 | Resolved | Fixed | mustang |
toLowerCase(Locale.ENGLISH) failes with NPE for some strings.
This behavior is unspecified and different from 1.4.2
Use following testcase to reproduce:
import java.util.Locale;
public class LC {
public static void main(String[] args) {
System.err.println("Yo\uffffhic".toLowerCase(Locale.ENGLISH));
}
}
###@###.### 2004-09-14
This behavior is unspecified and different from 1.4.2
Use following testcase to reproduce:
import java.util.Locale;
public class LC {
public static void main(String[] args) {
System.err.println("Yo\uffffhic".toLowerCase(Locale.ENGLISH));
}
}
###@###.### 2004-09-14
- backported by
-
JDK-2120748 Unexpected NPE from toLowerCase
-
- Resolved
-
- duplicates
-
JDK-5100455 NPE on toLowerCase for fonts which have \uffff in their name
-
- Closed
-