[
https://issues.apache.org/jira/browse/LANG-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved LANG-972.
-----------------------
Resolution: Fixed
Fix Version/s: 3.3
URL: http://svn.apache.org/r1566963
Log:
LANG-972 NumberUtils#isNumber does not allow for hex 0XABCD
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
> NumberUtils#isNumber does not allow for hex 0XABCD
> --------------------------------------------------
>
> Key: LANG-972
> URL: https://issues.apache.org/jira/browse/LANG-972
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.math.*
> Affects Versions: 3.2.1
> Reporter: Sebb
> Fix For: 3.3
>
>
> isNumber() does not allow for 0XABCD whereas createNumber() allows for both
> 0xABCD and 0XABCD
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)