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

Henri Yandell updated COLLECTIONS-330:
--------------------------------------

    Affects Version/s:     (was: 3.3)
        Fix Version/s: 3.3

> ConcurrentModificationException using remove from the keySet the LRUMap
> -----------------------------------------------------------------------
>
>                 Key: COLLECTIONS-330
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-330
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>            Reporter: Joerg Schaible
>             Fix For: 3.3
>
>
> Even if the access to a LRUMap is synced and the remove method of the 
> iterator is used that has been returned from the keySet of the LRUMap, it is 
> possible to get a ConcurrentModificationException. This does not happen for 
> remove of the iterators returned by the entrySet or values of the LRUMap. See 
> currently not executed unit test in TestLRUMap (marked as TODO for 
> COLLECTION-3).

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