[
https://issues.apache.org/jira/browse/COLLECTIONS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart resolved COLLECTIONS-223.
-----------------------------------------
Resolution: Fixed
Changed the title to reflect the implemented change.
> CollectionUtils.addAll() methods should if the collection has been changed
> --------------------------------------------------------------------------
>
> Key: COLLECTIONS-223
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-223
> Project: Commons Collections
> Issue Type: Improvement
> Components: Collection
> Affects Versions: 3.2
> Reporter: Vasily Ivanov
> Priority: Minor
> Fix For: 4.0
>
>
> Like MapUtils.putAll() method returns input map, CollectionUtils.addAll()
> methods should return the input collection.
> This will allow to init and populate collection at the same line:
> ArrayList inputs = (ArrayList) CollectionUtils.addAll(new ArrayList(), new
> String[] { "value1", "value2" });
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira