[ https://issues.apache.org/jira/browse/LANG-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved LANG-854.
-----------------------
Resolution: Fixed
Fix Version/s: 3.2
URL: http://svn.apache.org/viewvc?rev=1408537&view=rev
Log:
LANG-854 NumberUtils#createNumber - does not allow for hex numbers to be larger than Long
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#createNumber - does not allow for hex numbers to be larger than Long
> --------------------------------------------------------------------------------
>
> Key: LANG-854
> URL: https://issues.apache.org/jira/browse/LANG-854
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Sebb
> Fix For: 3.2
>
>
> NumberUtils#createNumber allows non-hex integers to be Integer, Long or BigInteger, however
hex integers are only allowed to be Integer or Long; anything longer than 16 hex digits currently
causes a NumberFormatException.
> It might be useful to allow longer hex numbers and convert them to BigInteger.
--
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
|