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

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

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


Hi Paulex, 

Despite not causing any failures in the text module tests, the changes to DecimalFormat has resulted in failures in the LUNI, SQL and security modules. I am backing out these changes until the cause has been fully investigated and fixed. 

One quick comment : in the failures for java.util.Date, the year part of a date was including a grouping separator so that, for example, the year "1970" was presented as "1,970". 

Best regards, 
George

> 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
>     Assignee: George Harley
>  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