[
https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554020
]
Joe Kelly commented on COLLECTIONS-249:
---------------------------------------
FYI, I was just browsing collections_jdk5_branch and this bug seems to still
exist in that branch. I guess the branch was created before this patch was
committed (Oct 16, 2006 vs Apr 21, 2007). I'm not sure if this was the right
place to put this comment or if I should have created a new issue -- sorry in
advance, if this is the wrong place.
> SetUniqueList.addAll(int index, Collection coll) adds to end of list instead
> of at specified index
> --------------------------------------------------------------------------------------------------
>
> Key: COLLECTIONS-249
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-249
> Project: Commons Collections
> Issue Type: Bug
> Components: List
> Affects Versions: 3.2
> Reporter: Joe Kelly
> Priority: Minor
> Fix For: 3.3
>
> Attachments: SetUniqueList.patch, TestSetUniqueList.patch
>
>
> When you call SetUniqueList.addAll(int index, Collection coll), it
> incorrectly adds the new elements to the end of the list instead of at the
> specified index.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.