You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/11/27 22:12:13 UTC

[jira] [Closed] (COLLECTIONS-278) put() and putAll() don't update the getKeys() map

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

Thomas Neidhart closed COLLECTIONS-278.
---------------------------------------

> 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
>         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 was sent by Atlassian JIRA
(v6.3.4#6332)