Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    11
    Views
    4,599

    [SOLVED] Re: Error: java.util.ConcurrentModificationException

    It's strange that a method named getCell makes changes to the object.
    What is the definition for that method?
  2. Replies
    11
    Views
    4,599

    [SOLVED] Re: Error: java.util.ConcurrentModificationException

    Where is the collection modified while iterating over it? A reason for the error from the API doc:
    If a single thread issues a sequence of method invocations that violates the contract of an object,...
  3. Replies
    11
    Views
    4,599

    [SOLVED] Re: Error: java.util.ConcurrentModificationException

    Where does the code make any changes to the collection while it is looking at it with an iterator?
  4. Replies
    11
    Views
    4,599

    [SOLVED] Re: Error: java.util.ConcurrentModificationException

    Can you post the full contents of the error message here?
Results 1 to 4 of 4