[ 
https://issues.apache.org/jira/browse/LANG-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888782#action_12888782
 ] 

James Carman commented on LANG-634:
-----------------------------------

Try NumberUtils.isNumber().

> StringUtils.isNumeric returns false on negative value
> -----------------------------------------------------
>
>                 Key: LANG-634
>                 URL: https://issues.apache.org/jira/browse/LANG-634
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 2.2
>            Reporter: Arjan Moraal
>
> StringUtils.isNumeric returns false for negative values.
> So this unit test line will break the test:
>               assertTrue(StringUtils.isNumeric("-1"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to