You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stephen Colebourne (JIRA)" <ji...@apache.org> on 2007/08/17 14:48:31 UTC

[jira] Commented: (COLLECTIONS-230) CollectionUtils.size(null) should return 0

    [ https://issues.apache.org/jira/browse/COLLECTIONS-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520541 ] 

Stephen Colebourne commented on COLLECTIONS-230:
------------------------------------------------

+1

> CollectionUtils.size(null) should return 0
> ------------------------------------------
>
>                 Key: COLLECTIONS-230
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-230
>             Project: Commons Collections
>          Issue Type: Wish
>    Affects Versions: 3.2
>            Reporter: Stepan Koltsov
>             Fix For: 3.3
>
>
> Hello,
> CollectionUtils.size(null) currently throws IllegalArgumentException("Unsupported object type: null"). I think CollectionUtils.size(null) should return 0.
> Why?
> The aim of library is to minimize the amount of code that uses this library. In my experience, in the most cases null collections can be threated as as zero-length. Current behavior causes the need of many trivial null-checks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.