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

[jira] Updated: (HARMONY-988) [classlib][util] Formatting doubles: different behaviour with RI

     [ https://issues.apache.org/jira/browse/HARMONY-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko updated HARMONY-988:
------------------------------------

    Summary: [classlib][util] Formatting doubles: different behaviour with RI  (was: Formatting doubles: different behaviour with RI)

> [classlib][util] Formatting doubles: different behaviour with RI
> ----------------------------------------------------------------
>
>                 Key: HARMONY-988
>                 URL: https://issues.apache.org/jira/browse/HARMONY-988
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Mikhail Fursov
>         Assigned To: Mikhail Loenko
>            Priority: Minor
>         Attachments: diff.txt
>
>
> This simple line produces different results using RI and Harmony VMs
> System.out.format("%.1f\n", 1.45);
> Harmony: 1.4
> RI: 1.5
> I think that this is our bug.
> I tried to find the source of the problem but faced with problem that I can't find sources for com.ibm.icu.text.DecimalFormat file.

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