[
https://issues.apache.org/jira/browse/LANG-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Renat Zhilkibaev updated LANG-1087:
-----------------------------------
Description:
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.
was:
NumberUtils.createNumber("-0.0") returns BigDecimal with 0 signum.
Caused by the implementation not checking for sign when extracting mantissa
from the input string.
> 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
>
> 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)