You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/06 19:29:24 UTC

[jira] [Closed] (LANG-1087) NumberUtils#createNumber() returns positive BigDecimal when negative Float is expected

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

Benedikt Ritter closed LANG-1087.
---------------------------------

> NumberUtils#createNumber() returns positive BigDecimal when negative Float is expected
> --------------------------------------------------------------------------------------
>
>                 Key: LANG-1087
>                 URL: https://issues.apache.org/jira/browse/LANG-1087
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.math.*
>    Affects Versions: 3.x
>            Reporter: Renat Zhilkibaev
>            Assignee: Benedikt Ritter
>             Fix For: 3.4
>
>         Attachments: lang-1087-patch1.diff
>
>
> {{NumberUtils.createNumber("-0.0")}} returns {{BigDecimal}} with 0 signum.
> Caused by the implementation not checking for sign when extracting mantissa from the input string.
> Expected is that negative {{Float}} is returned.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)