You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/09/27 15:41:34 UTC

[jira] Commented: (HARMONY-6406) Combination of multiply and compareTo BigDecimal methods returns unexpected result

    [ https://issues.apache.org/jira/browse/HARMONY-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915308#action_12915308 ] 

Hudson commented on HARMONY-6406:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #971 (See [https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/971/])
    Apply fix for HARMONY-6406 (Combination of multiply and compareTo BigDecimal methods returns unexpected result)


> Combination of multiply and compareTo BigDecimal methods returns unexpected result
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-6406
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6406
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M12
>            Reporter: Richard Zschech
>            Assignee: Tim Ellison
>             Fix For: 5.0M16
>
>
> The following test fails:
> BigDecimal testInstance = BigDecimal.TEN.multiply(new BigDecimal("0.1"));
> int result = testInstance.compareTo(new BigDecimal("1.00"));
> assertEquals(0, result);
> I expect 'result' to be 0, but am obtaining -1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.