Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3
-
None
Description
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.