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

Henri Yandell updated COLLECTIONS-278:
--------------------------------------

    Attachment: COLLECTIONS-278.patch

Henning's patch looks good. I've added javadoc in one last patch, and I've 
implemented remove(Object);Object as well because it appears to me that this is 
another area for the same type of bug. 

> put() and putAll() don't update the getKeys() map
> -------------------------------------------------
>
>                 Key: COLLECTIONS-278
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-278
>             Project: Commons Collections
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Henning Schmiedehausen
>             Fix For: 3.3
>
>         Attachments: COLLECTIONS-278.patch, COLLECTIONS-278.patch, 
> putall-test-patch, putall.patch
>
>
> If you use the put() or putAll() methods of the ExtendedProperties class, it 
> will  not update the contents of the internal keysAsListed map which in turn 
> will return a different list of keys using the getKeys() method than the 
> keySet() method does.
> The attached patchs fix this behaviour and add test cases. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to