GitHub user piotrkosyoo opened a pull request:

    https://github.com/apache/commons-lang/pull/313

    LANG-1060: NumberUtils.isNumber assumes number starting with Zero

    NumberUtils.isCreatable("002.345"); return false


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/piotrkosOpen/commons-lang master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/313.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #313
    
----
commit 6001ce20ac49522cfd6f066b8a8bd29aab74abfb
Author: Piotr Kosmala <piotr.kosmala@...>
Date:   2018-02-10T14:19:36Z

    LANG-1060: NumberUtils.isNumber assumes number starting with Zero is
    octal

----


---

Reply via email to