DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35890>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35890

           Summary: Implement null-safe CollectionUtils#isEmpty(Collection)
                    and CollectionUtils#isNotEmpty(Collection) methods.
           Product: Commons
           Version: 3.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Collections
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'd like to contribute null-safe CollectionUtils#isEmpty(Collection) and
CollectionUtils#isNotEmpty(Collection) methods to Commons Collections 3.1+. 

I use such methods on a regular basis (ensuring logic correctness and null
safety are good), and was surprised to find similar methods in Commons Lang for
ArrayUtils and StringUtils, but not in Commons Collections. I've searched both
Bugzilla and the Commons Collections API - let me know if my proposal is a
duplicate.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to