Uploaded image for project: 'Commons Validator'
  1. Commons Validator
  2. VALIDATOR-434

Field does not synchronize iteration on synchronized list

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6
    • 1.7
    • None
    • Patch

    Description

      Place holder for https://github.com/apache/commons-validator/pull/4

      Basically, we create a synchronized list with Collections.synchronizedList. But we are not synchronizing when accessing the iterator. The API contains documentation that states that users must synchronize when iterating the list created with Collections.synchronizedList.

      Attachments

        Issue Links

          Activity

            People

              kinow Bruno P. Kinoshita
              kinow Bruno P. Kinoshita
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: