GitHub user jonasholtkamp opened a pull request: https://github.com/apache/commons-collections/pull/22
[COLLECTIONS-600] Null-safe implementation of CollectionUtils#isEqualCollection Other Commons `*Utils` classes as `StringUtils` etc. feature null-safe methods. With this Pull Request now `CollectionUtils#isEqualCollection` does, too. Fixes issue COLLECTIONS-600. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jonasholtkamp/commons-collections trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-collections/pull/22.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 #22 ---- commit 06f64ca95ed4c3a9e3e8d376a619a7d3cb738e1c Author: Jonas Holtkamp <jonas.holtk...@senacor.com> Date: 2017-05-25T19:17:40Z Null-safe implementation of CollectionUtils#isEqualCollection ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org