[
https://issues.apache.org/jira/browse/COLLECTIONS-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed COLLECTIONS-230.
-------------------------------------
Resolution: Fixed
Done - there was a unit test that was testing that an IllegalArgumentException
was thrown, so I removed that.
> 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
> Assignee: Henri Yandell
> 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.