You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by aaoferreira <gi...@git.apache.org> on 2018/04/06 13:11:29 UTC

[GitHub] commons-lang pull request #323: Add comparison methods to ObjectUtils

GitHub user aaoferreira opened a pull request:

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

    Add comparison methods to ObjectUtils

    Additional comparison methods to make `greater than`, `greater than or equal to`, `less then` and `less than or equal to` easier to use instead of checking the int outcome of `compare` everywhere and making the code that utilises it more readable

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

    $ git pull https://github.com/aaoferreira/commons-lang comparable-methods

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

    https://github.com/apache/commons-lang/pull/323.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 #323
    
----
commit b553617d6917482baffd216079c370de99b052be
Author: Alfredo Ferreira <al...@...>
Date:   2018-04-06T12:00:51Z

    Add comparison methods to ObjectUtils

----


---

[GitHub] commons-lang issue #323: Add comparison methods to ObjectUtils

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/323
  
    
    [![Coverage Status](https://coveralls.io/builds/16383259/badge)](https://coveralls.io/builds/16383259)
    
    Coverage increased (+0.001%) to 95.147% when pulling **b553617d6917482baffd216079c370de99b052be on aaoferreira:comparable-methods** into **937ae45ed4828d7ef3a517133edbe0b5858d94a5 on apache:master**.



---