Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2
-
None
Description
The API would look inconsistent if
- CollectionUtils.isEmpty(null) == true
- CollectionUtils.size(null) == 0
but - CollectionUtils.sizeIsEmpty(null) throws IAE
Attachments
Attachments
Issue Links
- is related to
-
COLLECTIONS-230 CollectionUtils.size(null) should return 0
- Closed