Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-264

Concurrent modification check in ArrayList is too naive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.3
    • core-collections
    • 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.

      Attachments

        Activity

          People

            gbrown Gregory K. Brown
            gbrown Gregory K. Brown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: