You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/04/10 11:20:59 UTC

[jira] Updated: (HARMONY-205) java.text.DecimalFormat doesn't support BigDecimal and BigInteger parsing

     [ http://issues.apache.org/jira/browse/HARMONY-205?page=all ]

Paulex Yang updated HARMONY-205:
--------------------------------

    Attachment: JIRA205_text.zip

The wrapped DecimalFormat and test is attached. Pls. note that the serialization relevant methods read/writeObject has not been implemented yet, because it is a little complex so that I think it worths another JIRA if this one is accepted.

> java.text.DecimalFormat doesn't support BigDecimal and BigInteger parsing
> -------------------------------------------------------------------------
>
>          Key: HARMONY-205
>          URL: http://issues.apache.org/jira/browse/HARMONY-205
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: JIRA205_text.zip
>
> Java 5 enhances java.text.DecimalFormat  to format and parse BigDecimal and BigInteger values without loss of precision. Parsing into BigDecimal needs to be enabled using the setParseBigDecimal method. Harmony doesn't provide this method, neither this feature.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira