Relates :
|
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.
|