commons-lang pull request: Fix a Octal bug.
Github user fanxu123 closed the pull request at: https://github.com/apache/commons-lang/pull/5 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
commons-lang pull request: Fix a Octal bug.
GitHub user fanxu123 opened a pull request: https://github.com/apache/commons-lang/pull/5 Fix a Octal bug. For escaped strings like "x\0365x", only "\036" is the octal number, but in the original codes, it consides "\0365" (5 added) as the octal number, and invoke a NumberFormatExc