Sebb created LANG-854:
-------------------------

             Summary: 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


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

Reply via email to