[
https://issues.apache.org/jira/browse/COLLECTIONS-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002069#comment-17002069
]
Chen Guoping commented on COLLECTIONS-742:
------------------------------------------
Hello Wesllhey Holanda,
When we call the CollectionUtils.get(Object object, int index) with index=0 and
the collection is null, maybe it's better to throw the
IllegalArgumentException("Unsupported object type: null") than with just
returning with nothing.
> Create new method in CollectionUtils to return first element if not null
> ------------------------------------------------------------------------
>
> Key: COLLECTIONS-742
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-742
> Project: Commons Collections
> Issue Type: New Feature
> Components: Collection
> Affects Versions: 4.4
> Reporter: Wesllhey Holanda
> Priority: Minor
> Original Estimate: 8h
> Remaining Estimate: 8h
>
> When we try to get the first element into collection, we have to lead with
> null point exception. So with this method, when the collection is null or
> empty, the method will return null, and when not, the method will return the
> first element.
> In this way, the user don't need to write nothing to lead with null point
> exception.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)