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

Pascal Schumacher closed LANG-1187.
-----------------------------------
    Resolution: Duplicate

> Method createNumber from NumberUtils doesn't work for floating point numbers 
> other than Float
> ---------------------------------------------------------------------------------------------
>
>                 Key: LANG-1187
>                 URL: https://issues.apache.org/jira/browse/LANG-1187
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.math.*
>    Affects Versions: 3.4
>            Reporter: leizhiyuan
>            Priority: Critical
>
> demo:
>  Number n = 
> org.apache.commons.lang3.math.NumberUtils.createNumber("6264583.33");
>         System.out.println("lang3_createNumber_6264583.33---->" + n);
> while n will be 6264583.5. not 6264583.33



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

Reply via email to