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

[jira] Closed: (HARMONY-371) Java 5 enhancement: java.math.MathContext not implemented

     [ http://issues.apache.org/jira/browse/HARMONY-371?page=all ]
     
Mikhail Loenko closed HARMONY-371:
----------------------------------

    Resolution: Duplicate

see HARMONY-380

> Java 5 enhancement: java.math.MathContext not implemented
> ---------------------------------------------------------
>
>          Key: HARMONY-371
>          URL: http://issues.apache.org/jira/browse/HARMONY-371
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang

>
> java 5 adds new class java.math.MathContext, which is not implemented in Harmony. 
> testcase:
> public void test_mathContext()
> {
>   double d = 1234567.89123;
>   BigDecimal bigDecimal = new BigDecimal(d,new MathContext(4));
> }
> RI      pass
> Harmony fail 

-- 
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