You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by kirill-vlasov <gi...@git.apache.org> on 2016/01/04 12:22:15 UTC

[GitHub] groovy pull request: Collection.isEmpty() should be used to test f...

GitHub user kirill-vlasov opened a pull request:

    https://github.com/apache/groovy/pull/231

    Collection.isEmpty() should be used to test for emptiness

    This pull request is focused on resolving occurrences of Sonar rule squid:S1155 - Collection.isEmpty() should be used to test for emptiness
    You can find more information about the issue here:
    https://dev.eclipse.org/sonar/coding_rules#q=squid:S1155
    Please let me know if you have any questions.
    Kirill Vlasov

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

    $ git pull https://github.com/DevFactory/groovy staging/Collection-isEmpty-should-be-used-to-test-for-emptiness-fix-2

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

    https://github.com/apache/groovy/pull/231.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 #231
    
----
commit 79867a47322f0a76dfa16d525130217fe26de7f5
Author: Kirill Vlasov <ki...@devfactory.com>
Date:   2015-12-30T05:50:17Z

    Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] groovy pull request: Collection.isEmpty() should be used to test f...

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

    https://github.com/apache/groovy/pull/231


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---