You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by mureinik <gi...@git.apache.org> on 2017/09/22 02:38:01 UTC

[GitHub] commons-lang pull request #289: Boolean comparisons in CharRange

GitHub user mureinik opened a pull request:

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

    Boolean comparisons in CharRange

    Cleaned up comparisons to false to just use the boolean negation operator (`!`).

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

    $ git pull https://github.com/mureinik/commons-lang CharRange

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

    https://github.com/apache/commons-lang/pull/289.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 #289
    
----
commit ed86ae9f13d3d50a3641ed1af03032d71ffc5add
Author: Allon Mureinik <am...@redhat.com>
Date:   2017-09-22T02:35:51Z

    Boolean comparisons in CharRange
    
    Cleaned up comparisons to false to just use the boolean negation
    operator (!).

----


---

[GitHub] commons-lang issue #289: Boolean comparisons in CharRange

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

    https://github.com/apache/commons-lang/pull/289
  
    Thanks!


---

[GitHub] commons-lang pull request #289: Boolean comparisons in CharRange

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] commons-lang issue #289: Boolean comparisons in CharRange

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

    https://github.com/apache/commons-lang/pull/289
  
    
    [![Coverage Status](https://coveralls.io/builds/13383038/badge)](https://coveralls.io/builds/13383038)
    
    Coverage remained the same at 95.201% when pulling **ed86ae9f13d3d50a3641ed1af03032d71ffc5add on mureinik:CharRange** into **be31b6eb244d6ec757d6c27c4c2682ea38bd197a on apache:master**.



---