[
https://issues.apache.org/jira/browse/LANG-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved LANG-881.
-----------------------
Resolution: Fixed
Fix Version/s: 3.2
> NumberUtils.createNumber() Javadoc says it does not work for octal numbers
> ---------------------------------------------------------------------------
>
> Key: LANG-881
> URL: https://issues.apache.org/jira/browse/LANG-881
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.math.*
> Affects Versions: 3.1
> Reporter: Michiel Kalkman
> Priority: Minor
> Fix For: 3.2
>
>
> The javadoc for NumberUtils.createNumber() states:
> "Values with leading 0's will not be interpreted as octal."
> However,
> assertEquals(25, NumberUtils.createNumber("0025"));
> fails, because NumberUtils.createNumber("0025") returns 21.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira