Re: [kaffe] Re: Bug Report: unexpected IllegalArgumentException from java.text.DecimalFormat

2003-10-24 Thread Ito Kazumitsu
: == Tom Tromey [EMAIL PROTECTED] writes: : Could you make your test case suitable for Mauve? How about we give : you mauve write access and then you can just check it in? And then : you can check in future tests too :-). If this sounds good, fill out : this form and give my email address in

Bug Report: unexpected IllegalArgumentException from java.text.DecimalFormat

2003-10-22 Thread Ito Kazumitsu
The attached program gives the following result: bash-2.05b$ java TestDecimalFormat 0.00% java.lang.IllegalArgumentException: unexpected special character - index: 4 Which is not the case with Sun's JDK. In the kaffe world, I applied the following patch: ---

Re: Bug Report: unexpected IllegalArgumentException from java.text.DecimalFormat

2003-10-22 Thread Tom Tromey
Ito == Ito Kazumitsu [EMAIL PROTECTED] writes: Ito Which is not the case with Sun's JDK. Ito In the kaffe world, I applied the following patch: Could you make your test case suitable for Mauve? How about we give you mauve write access and then you can just check it in? And then you can check