-
Bug
-
Resolution: Fixed
-
P3
-
22
-
b18
As part of conformance test development for https://bugs.openjdk.org/browse/JDK-8295240
Observed that, creating ListFormat throws IllegalArgumentException for some of the Locales obtained from ListFormat:: getAvailableLocales().
Expected that, creation of ListFormat (ListFormat.getInstance(locale, ListFormat.Type, ListFormat.Style)) shall be successful for all the Locale’s obtained from getAvailableLocales().
The sample code snippet is attached.
Observed that, creating ListFormat throws IllegalArgumentException for some of the Locales obtained from ListFormat:: getAvailableLocales().
Expected that, creation of ListFormat (ListFormat.getInstance(locale, ListFormat.Type, ListFormat.Style)) shall be successful for all the Locale’s obtained from getAvailableLocales().
The sample code snippet is attached.
- relates to
-
JDK-8295240 Locale-Dependent List Patterns
-
- Closed
-