This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186136

Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Product: xml Reporter: Tim Lebedkov <lebedkov>
Component: CodeAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: andrewmigliore, asmotrich, budgie67, djelen, rgw21, simpatico, sirkkalap
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 156984
Attachments: stacktrace
stacktrace

Description Tim Lebedkov 2010-05-14 08:03:43 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista

User Comments:
lebedkov: opening an xml file (?)

andrewmigliore: Unable to open previos project after doing an update.

sirkkalap: Opened and closed multiple pom.xml files with common parent.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
   at java.util.AbstractList$Itr.remove(AbstractList.java:357)
   at org.netbeans.modules.xml.sync.DataObjectSyncSupport.addRepresentation(DataObjectSyncSupport.java:139)
   at org.netbeans.modules.xml.text.TextEditorSupport$3.stateChanged(TextEditorSupport.java:201)
   at org.openide.text.CloneableEditorSupport.fireStateChangeEvent(CloneableEditorSupport.java:2333)
   at org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:2316)
Comment 1 Tim Lebedkov 2010-05-14 08:03:46 UTC
Created attachment 98985 [details]
stacktrace
Comment 2 simpatico 2011-05-21 15:02:41 UTC
Created attachment 108432 [details]
stacktrace
Comment 3 Svata Dedic 2011-09-26 11:16:17 UTC

*** This bug has been marked as a duplicate of bug 199666 ***