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 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: RESOLVED DUPLICATE of bug 199666
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 08:03 UTC by Tim Lebedkov
Modified: 2011-09-26 11:16 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156984


Attachments
stacktrace (1009 bytes, text/plain)
2010-05-14 08:03 UTC, Tim Lebedkov
Details
stacktrace (1010 bytes, text/plain)
2011-05-21 15:02 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***