[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27563] New: java.text.NumberFormat#getNumberInstance(Loca
From: |
kiyun dot roe at active-endpoints dot com |
Subject: |
[Bug classpath/27563] New: java.text.NumberFormat#getNumberInstance(Locale) and getIntegerInstance(Locale) should use different resource names |
Date: |
11 May 2006 20:13:49 -0000 |
java.text.NumberFormat#getNumberInstance(Locale) looks for a resource named
"numberFormat" and defaults to "#,##0.###" if the resource is not located.
java.text.NumberFormat#getIntegerInstance(Locale) also looks for a resource
named "numberFormat" but defaults to "#,##0" if the resource is not located.
The resource names should be different for these two cases, in case someone
wants to actually include resources for them for a locale.
--
Summary: java.text.NumberFormat#getNumberInstance(Locale) and
getIntegerInstance(Locale) should use different resource
names
Product: classpath
Version: 0.90
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kiyun dot roe at active-endpoints dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27563
- [Bug classpath/27563] New: java.text.NumberFormat#getNumberInstance(Locale) and getIntegerInstance(Locale) should use different resource names,
kiyun dot roe at active-endpoints dot com <=