You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ingo Heinrich (JIRA)" <ji...@apache.org> on 2010/08/02 13:01:24 UTC

[jira] Updated: (LANG-638) NumberUtils createNumber throws a StringIndexOutOfBoundsException when argument containing "e" and "E" is passed in

     [ https://issues.apache.org/jira/browse/LANG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ingo Heinrich updated LANG-638:
-------------------------------

    Attachment: NumberUtils.java.patch

Patch proposal fixing the bug.

> 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.