-
Bug
-
Resolution: Fixed
-
P4
-
1.1
-
1.1.6
-
generic, unknown
-
solaris_2.5, solaris_2.5.1
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2012935 | 1.2.0 | Brian Beck | P4 | Resolved | Fixed | 1.2beta3 |
"getISO3Country" in "Locale" class suppose to throws MissingResourceExceptionreturns but it returns USA as default for all the Locales which is not available.
To recrete the problem, execute the following code, notice no exception ..
Locale locallocal = new Locale("BN","BD");
String gstring=locallocal.getISO3Country();
System.out.println("gstring - " + gstring );
To recrete the problem, execute the following code, notice no exception ..
Locale locallocal = new Locale("BN","BD");
String gstring=locallocal.getISO3Country();
System.out.println("gstring - " + gstring );
- backported by
-
JDK-2012935 "getISO3Country" in "Locale" returns USA instead of Missing exception.
-
- Resolved
-
- duplicates
-
JDK-4088754 Locale.getISO3Language & getISO3Country return incorrect results
-
- Closed
-