-
Bug
-
Resolution: Unresolved
-
P4
-
26
-
None
-
Fix Understood
-
generic
-
generic
Locale.Builder.setLanguageTag(String) is specified to clear the builder on an empty or null String.
Instead, a java.util.IllformedLocaleException is thrown for an empty tag and a java.lang.NullPointerException is thrown for a null tag.
Instead, a java.util.IllformedLocaleException is thrown for an empty tag and a java.lang.NullPointerException is thrown for a null tag.
- links to
-
Review(master) openjdk/jdk/27734