bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/25916] java.text.NumberFormat.getCurrencyInstance throws


From: bero at arklinux dot org
Subject: [Bug classpath/25916] java.text.NumberFormat.getCurrencyInstance throws IllegalArgumentExceptions even on standard locales
Date: 23 Jan 2006 12:27:19 -0000


------- Comment #4 from bero at arklinux dot org  2006-01-23 12:27 -------
A similar problem still exists after applying the patch when adding a bit more
of Zimbra's code to the testcase:

import java.text.*;
import java.util.*;

class test {
  public static void main(String[] args) {
    NumberFormat c = NumberFormat.getCurrencyInstance(Locale.ENGLISH);
    c.getCurrency(); // Triggers the same exception as before
  }
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25916





reply via email to

[Prev in Thread] Current Thread [Next in Thread]