[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/28462] New: NumberFormat truncates large integers
From: |
csm at gnu dot org |
Subject: |
[Bug classpath/28462] New: NumberFormat truncates large integers |
Date: |
23 Jul 2006 08:07:17 -0000 |
NumberFormat should format BigIntegers larger than can fit in a Java primitive
type should be formatted properly: that is, with the entire value, possibly
with thousands separators. Currently, they are truncated, probably to a double.
This was found through java.util.logging, which uses MessageFormat (and hence
NumberFormat). Thus, some debug logging was confusingly printing out the same
value for large numbers.
--
Summary: NumberFormat truncates large integers
Product: classpath
Version: 0.92
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: csm at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28462
- [Bug classpath/28462] New: NumberFormat truncates large integers,
csm at gnu dot org <=