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

[jira] Created: (HARMONY-380) extension of java.math with 1.5 methods

extension of java.math with 1.5 methods
---------------------------------------

         Key: HARMONY-380
         URL: http://issues.apache.org/jira/browse/HARMONY-380
     Project: Harmony
        Type: New Feature

  Components: Classlib  
    Reporter: Elena Semukhina


The suggested patch includes 
- 1.5 methods implementation for java.math.BigDecimal.java, 
- 1.5 version of  java.math.BigInteger.java, 
- optimization of BigInteger's toString() method and BigInteger(String) constructor,
- additional unit tests for 1.5 methods.


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


[jira] Assigned: (HARMONY-380) extension of java.math with 1.5 methods

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-380?page=all ]

Mikhail Loenko reassigned HARMONY-380:
--------------------------------------

    Assign To: Mikhail Loenko

> extension of java.math with 1.5 methods
> ---------------------------------------
>
>          Key: HARMONY-380
>          URL: http://issues.apache.org/jira/browse/HARMONY-380
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Elena Semukhina
>     Assignee: Mikhail Loenko
>  Attachments: mathPatch.zip, mathTestsPatch.zip
>
> The suggested patch includes 
> - 1.5 methods implementation for java.math.BigDecimal.java, 
> - 1.5 version of  java.math.BigInteger.java, 
> - optimization of BigInteger's toString() method and BigInteger(String) constructor,
> - additional unit tests for 1.5 methods.

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


[jira] Resolved: (HARMONY-380) extension of java.math with 1.5 methods

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-380?page=all ]
     
Mikhail Loenko resolved HARMONY-380:
------------------------------------

    Resolution: Fixed

integrated in 395476
Elena, please verify that it fully resolves the issue

> extension of java.math with 1.5 methods
> ---------------------------------------
>
>          Key: HARMONY-380
>          URL: http://issues.apache.org/jira/browse/HARMONY-380
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Elena Semukhina
>     Assignee: Mikhail Loenko
>  Attachments: mathPatch.zip, mathTestsPatch.zip
>
> The suggested patch includes 
> - 1.5 methods implementation for java.math.BigDecimal.java, 
> - 1.5 version of  java.math.BigInteger.java, 
> - optimization of BigInteger's toString() method and BigInteger(String) constructor,
> - additional unit tests for 1.5 methods.

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


[jira] Closed: (HARMONY-380) extension of java.math with 1.5 methods

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-380?page=all ]
     
Mikhail Loenko closed HARMONY-380:
----------------------------------


Verified by Elena

> extension of java.math with 1.5 methods
> ---------------------------------------
>
>          Key: HARMONY-380
>          URL: http://issues.apache.org/jira/browse/HARMONY-380
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Elena Semukhina
>     Assignee: Mikhail Loenko
>  Attachments: mathPatch.zip, mathTestsPatch.zip
>
> The suggested patch includes 
> - 1.5 methods implementation for java.math.BigDecimal.java, 
> - 1.5 version of  java.math.BigInteger.java, 
> - optimization of BigInteger's toString() method and BigInteger(String) constructor,
> - additional unit tests for 1.5 methods.

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


[jira] Updated: (HARMONY-380) extension of java.math with 1.5 methods

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-380?page=all ]

Elena Semukhina updated HARMONY-380:
------------------------------------

    Attachment: mathPatch.zip
                mathTestsPatch.zip

the mathPatch.txt pathch contains also the implementations of MathContext.java and RoundingMode.java


> extension of java.math with 1.5 methods
> ---------------------------------------
>
>          Key: HARMONY-380
>          URL: http://issues.apache.org/jira/browse/HARMONY-380
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Elena Semukhina
>  Attachments: mathPatch.zip, mathTestsPatch.zip
>
> The suggested patch includes 
> - 1.5 methods implementation for java.math.BigDecimal.java, 
> - 1.5 version of  java.math.BigInteger.java, 
> - optimization of BigInteger's toString() method and BigInteger(String) constructor,
> - additional unit tests for 1.5 methods.

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


[jira] Commented: (HARMONY-380) extension of java.math with 1.5 methods

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-380?page=comments#action_12375270 ] 

Elena Semukhina commented on HARMONY-380:
-----------------------------------------

The fix is proper. I managed to build 1.5 class library and run unit tests.

> extension of java.math with 1.5 methods
> ---------------------------------------
>
>          Key: HARMONY-380
>          URL: http://issues.apache.org/jira/browse/HARMONY-380
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Elena Semukhina
>     Assignee: Mikhail Loenko
>  Attachments: mathPatch.zip, mathTestsPatch.zip
>
> The suggested patch includes 
> - 1.5 methods implementation for java.math.BigDecimal.java, 
> - 1.5 version of  java.math.BigInteger.java, 
> - optimization of BigInteger's toString() method and BigInteger(String) constructor,
> - additional unit tests for 1.5 methods.

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