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 213321 - java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForCom...
Status: RESOLVED DUPLICATE of bug 213390
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 14:40 UTC by Exceptions Reporter
Modified: 2012-10-19 07:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188741


Attachments
stacktrace (986 bytes, text/plain)
2012-05-31 14:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-31 14:40:38 UTC
This bug was originally marked as duplicate of bug 174450, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Windows XP

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.Vector$Itr.checkForComodification(Vector.java:1156)
   at java.util.Vector$Itr.next(Vector.java:1133)
   at org.netbeans.modules.xml.sync.DataObjectSyncSupport.addRepresentation(DataObjectSyncSupport.java:140)
   at org.netbeans.modules.xml.text.TextEditorSupport$3.stateChanged(TextEditorSupport.java:247)
   at org.openide.text.CloneableEditorSupport.fireStateChangeEvent(CloneableEditorSupport.java:2347)
   at org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:2330)
Comment 1 Exceptions Reporter 2012-05-31 14:40:42 UTC
Created attachment 120142 [details]
stacktrace
Comment 2 Svata Dedic 2012-10-19 07:21:35 UTC

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