[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-05-19 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14002325#comment-14002325 ] Juan Pablo Santos Rodríguez commented on LANG-997: -- Hi Duncan, apologies

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-05-06 Thread Duncan Jones (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991149#comment-13991149 ] Duncan Jones commented on LANG-997: --- [~juanpablo]: have you considered {{isDigits()}}?

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-05-06 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991193#comment-13991193 ] Juan Pablo Santos Rodríguez commented on LANG-997: -- Hi Duncan,

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-28 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13983713#comment-13983713 ] Juan Pablo Santos Rodríguez commented on LANG-997: -- Hi Bernd, saw the

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-26 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981928#comment-13981928 ] Benedikt Ritter commented on LANG-997: -- isNumber returns a boolean, but it looks like

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-26 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981930#comment-13981930 ] Juan Pablo Santos Rodríguez commented on LANG-997: -- Hi, the issue isn't

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-26 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13982060#comment-13982060 ] Bernd Eckenfels commented on LANG-997: -- Juan, the problem is that 0 prefix is detected

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13980974#comment-13980974 ] Benedikt Ritter commented on LANG-997: -- Should be in the next release. Setting to 3.4.

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-25 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981715#comment-13981715 ] Sebb commented on LANG-997: --- I'm not sure we want to implement this. At present, isNumber()

[jira] [Commented] (LANG-997) NumberUtil#isNumber() returns false for 012345678 but not for 12345678

2014-04-25 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981869#comment-13981869 ] Henri Yandell commented on LANG-997: Summarizing - the issue isn't that 0123 is bad, but