You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stephen Kestle (JIRA)" <ji...@apache.org> on 2008/01/20 21:54:34 UTC

[jira] Commented: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

    [ https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560873#action_12560873 ] 

Stephen Kestle commented on COLLECTIONS-249:
--------------------------------------------

No worries about the generics branch.  At some point, the changes to the trunk will be merged into the branch.  I will most likely do this after each trunk release, to make tracking and merging easier.

> 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.