This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libgcj/4485: DecimalFormat not spec compliant



>Number:         4485
>Category:       libgcj
>Synopsis:       DecimalFormat not spec compliant
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 05 13:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey <tromey@redhat.com>
>Release:        current cvs
>Organization:
>Environment:

>Description:
The current implementation of java.text.DecimalFormat
is not completely spec compliant.  For instance it
mishandles exponential notation in cases like "##0.#E0"
(the "scientific notation" case).

We should go through the DecimalFormat spec, write
mauve tests, and then bring the DecimalFormat implementation
up to spec.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]