-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
b52
-
generic
-
generic
The package private method Locale.getInstance(String, String, String) spec says that it should thrown a NullPointerException if any argument is null. Currently, the exception is not thrown, instead String "null" is added for the null parameter.
- relates to
-
JDK-6307385 Locale performance and correctness fixes
- Closed