[GitHub] commons-lang pull request #320: Initial implementation of Span for LANG-1387

2018-03-16 Thread Claudenw
GitHub user Claudenw opened a pull request: https://github.com/apache/commons-lang/pull/320 Initial implementation of Span for LANG-1387 Implementation of LANG-1387 Added underflow and overflow checks ot NumberUtils. Added IntSpan and LongSpan classes. You can merge

[GitHub] commons-lang pull request #319: Contribution of Span implementations for LAN...

2018-03-16 Thread Claudenw
Github user Claudenw closed the pull request at: https://github.com/apache/commons-lang/pull/319 ---

[GitHub] commons-lang issue #319: Contribution of Span implementations for LANG-1387

2018-03-16 Thread Claudenw
Github user Claudenw commented on the issue: https://github.com/apache/commons-lang/pull/319 Undetected errors in build. Will fix and resubmit ---

[GitHub] commons-lang pull request #319: Contribution of Span implementations for LAN...

2018-03-16 Thread Claudenw
GitHub user Claudenw opened a pull request: https://github.com/apache/commons-lang/pull/319 Contribution of Span implementations for LANG-1387 Implementation of LANG-1387 Added underflow and overflow checks ot NumberUtils. Added IntSpan and LongSpan classes. You can

[GitHub] commons-lang pull request #256: fix for LANG-1310

2017-03-18 Thread Claudenw
Github user Claudenw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/256#discussion_r106778971 --- Diff: src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java --- @@ -357,16 +369,23 @@ public void testInvokeMethod() throws