[ 
https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed COLLECTIONS-249.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3


Nice find Joe, patches applied to trunk.

svn ci -m "Applying Joe Kelly's fix for COLLECTIONS-249 - 
SetUniqueList.addAll(int, Collection> ) was always inserting at the end of the 
list" 

Sending        RELEASE-NOTES.html
Sending        src/java/org/apache/commons/collections/list/SetUniqueList.java
Sending        
src/test/org/apache/commons/collections/list/TestSetUniqueList.java
Transmitting file data ...
Committed revision 531027.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to