Concurrent modification check in ArrayList is too naive
-------------------------------------------------------

                 Key: PIVOT-264
                 URL: https://issues.apache.org/jira/browse/PIVOT-264
             Project: Pivot
          Issue Type: Bug
          Components: core-collections
    Affects Versions: 1.3
            Reporter: Greg Brown
            Assignee: Greg Brown
             Fix For: 1.3.1


The current logic is not sufficient to detect item updates, only length 
changes. ArrayList needs to maintain a modificationCount variable that tracks 
all changes. This applies to LinkedList as well, which currently performs no 
concurrent modification checks.



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