Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
NumberUtils.createLong() does not handle hex numbers, but createInteger() handles hex and octal.
Fix it by using Long.decode() instead of Long.valueOf().