aspose file tools
The moose likes Other Java Products and Servers and the fly likes i am getting ConCurrentModificationException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "i am getting ConCurrentModificationException" Watch "i am getting ConCurrentModificationException" New topic
Author

i am getting ConCurrentModificationException

mk yadav
Greenhorn

Joined: Dec 04, 2012
Posts: 5
i am getting ConCurrentModificationException here..

for(Part part:list){
if(part.getId()>=lower && part.getId()<=upper){
list.add(part);
}
}

how to resolve it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: i am getting ConCurrentModificationException
 
Similar Threads
concurrentAccess Exception
ConcurrentModificationException with HashSet recursion
Concurrent Modification Exception Bug
Implementing Iterator problem - ConcurrentModificationException
Enumeration