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 202095 - [71cat] java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
Summary: [71cat] java.util.ConcurrentModificationException at java.util.Vector$Itr.che...
Status: RESOLVED DUPLICATE of bug 199666
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 06:53 UTC by tim_sa
Modified: 2011-10-18 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174898


Attachments
stacktrace (2.17 KB, text/plain)
2011-09-14 06:53 UTC, tim_sa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2011-09-14 06:53:35 UTC
Build: NetBeans IDE Dev (Build 201109110600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: I was committing a directory to svn. The commit seems to have succeeded, but I got this error.

tim_sa: left my computer for a period of time. Exception was there when I returned

GUEST: Just looking at code. The whole IDE has been really slow today -- locking up all the time for a good 20-30 seconds at a time, even when I'm just trying to scroll or type.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.Vector$Itr.checkForComodification(Vector.java:1156)
   at java.util.Vector$Itr.remove(Vector.java:1146)
   at org.netbeans.modules.xml.sync.DataObjectSyncSupport.addRepresentation(DataObjectSyncSupport.java:142)
   at org.netbeans.modules.xml.text.TextEditorSupport$3.stateChanged(TextEditorSupport.java:204)
   at org.openide.text.CloneableEditorSupport.fireStateChangeEvent(CloneableEditorSupport.java:2389)
   at org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:2372)
Comment 1 tim_sa 2011-09-14 06:53:39 UTC
Created attachment 110729 [details]
stacktrace
Comment 2 Svata Dedic 2011-10-18 13:41:03 UTC

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