[
https://issues.apache.org/jira/browse/COLLECTIONS-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419058#comment-17419058
]
Owen Mansel-Chan commented on COLLECTIONS-796:
----------------------------------------------
[~ckurz] I have no immediate plans to do this, so I am very happy for you to
take it over. I recommend looking at the recent history to see how it used to
work, what changes were made and what the intention behind the changes was.
P.S. Another newbie task if you want it: in
org.apache.commons.collections4.iterators,
{noformat}
UnmodifiableListIterator.umodifiableListIterator{noformat}
has a typo in the method name.
> SetUniqueList.createSetBasedOnList doesn't add list elements to return value
> ----------------------------------------------------------------------------
>
> Key: COLLECTIONS-796
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-796
> Project: Commons Collections
> Issue Type: Bug
> Components: List
> Affects Versions: 4.3, 4.4
> Reporter: Owen Mansel-Chan
> Priority: Minor
> Labels: easyfix, newbie
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> SetUniqueList.createSetBasedOnList doesn't add list elements to the return
> value any more. The documentation says it does, and it used to up to version
> 4.2, but a call to `addAll` was accidentally deleted. I found where the
> mistake was introduced on github:
> https://github.com/apache/commons-collections/commit/b1c45ac691d46a8c609f2534d2adfa59c0599527#diff-8e53271d5d8299a76d43b0e3c81740fbe660083ae71c5bf2be63846d52156f23L344
--
This message was sent by Atlassian Jira
(v8.3.4#803005)