
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
|
|
|
|
|
|
| Resolution Date: |
18/May/08 07:36 AM
|
The API would look inconsistent if
- CollectionUtils.isEmpty(null) == true
- CollectionUtils.size(null) == 0
but
- CollectionUtils.sizeIsEmpty(null) throws IAE
|
|
Description
|
The API would look inconsistent if
- CollectionUtils.isEmpty(null) == true
- CollectionUtils.size(null) == 0
but
- CollectionUtils.sizeIsEmpty(null) throws IAE
|
Show » |
|