NumberUtils createNumber throws a StringIndexOutOfBoundsException when argument
containing "e" and "E" is passed in
-------------------------------------------------------------------------------------------------------------------
Key: LANG-638
URL: https://issues.apache.org/jira/browse/LANG-638
Project: Commons Lang
Issue Type: Bug
Affects Versions: 2.5
Reporter: Ingo Heinrich
Attachments: NumberUtils.java.patch
NumberUtils createNumber throws a StringIndexOutOfBoundsException instead of
NumberFormatException when a String containing both possible exponent
indicators is passed in.
One example of such a String is "1eE".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.