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 mailing list
Bug-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-classpath

Reply via email to