You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by Claudenw <gi...@git.apache.org> on 2018/03/16 18:54:49 UTC

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

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 this pull request into a Git repository by running:

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

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

    https://github.com/apache/commons-lang/pull/320.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 #320
    
----
commit 152257e7e03ccfe778dd0c51e95c236e4d4abae4
Author: Claude Warren <cl...@...>
Date:   2018-03-16T16:43:56Z

    Added IntSpan, LongSpan and test cases.
    
    Added underflow and overflow checks ot NumberUtils.
    Added IntSpan and LongSpan classes.

commit 3d8d191733766f1e71953af08d166642490ddcdc
Author: Claude Warren <cl...@...>
Date:   2018-03-16T18:52:19Z

    Fixed issues relating to java 8.

----


---