Fix createLong() so it behaves like createInteger()
---------------------------------------------------

                 Key: LANG-752
                 URL: https://issues.apache.org/jira/browse/LANG-752
             Project: Commons Lang
          Issue Type: Sub-task
            Reporter: Sebb


NumberUtils.createLong() does not handle hex numbers, but createInteger() 
handles hex and octal.

Fix it by using Long.decode() instead of Long.valueOf().

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to