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 213390 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: RESOLVED DUPLICATE of bug 174450
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:
: 213321 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-01 10:49 UTC by Exceptions Reporter
Modified: 2012-10-30 16:07 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188808


Attachments
stacktrace (1008 bytes, text/plain)
2012-06-01 10:49 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-06-01 10:49:47 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, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Windows 7

User Comments:
GUEST: When starting IDE.

GUEST: it HANGS on scaning

dagguh: I switched a XML file to other branch in CVS, then I autoformatted it

ayermolayev: Opened NB

dagguh: I updated a file through CVS, there was a conflict, I resolved it manually (we both appended to a file, so I simply deleted the conflict markers) and the exception has been thrown by NetBeans

GUEST: "merge changes from branch" on a single file

bsl.vovtz: Sorry, not sure probably switched between to open documents while the one I 'left' contained errors (<div/> never closed). Certainly I wasn't doing anything even remotely 'exciting'... :)

dcherk: Reorganizing editing windows

pekkle: IDE start up

GUEST: Starting Netbeans.

GUEST: while commiting an xml file in cvs repository

vlad_konov: When open IDE, during "scanning projects" process.

tamermarzouk: I was unable to stop the tomcat6 server from the IDE so, I restarted netbeans and clicked cancel to wait for tomcat
I believe I was writing something on the keyboard and that was written in the Search box of netbeans then I noticed the exception

GUEST: i dunno lol

cloeffler: don't know

GUEST: While starting netbeans

GUEST: switched back focus to the NetBeans window, when the problem was seen. Might be it happened while Netbeans was minimized.

pekkle: IDE startup.

GUEST: I was editing smarty templates (.tpl) file

jmborer: Occured while moving a panel in the form editor




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
   at java.util.AbstractList$Itr.next(AbstractList.java:343)
   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-06-01 10:49:53 UTC
Created attachment 120200 [details]
stacktrace
Comment 2 Svata Dedic 2012-10-19 07:21:35 UTC
*** Bug 213321 has been marked as a duplicate of this bug. ***
Comment 3 Svata Dedic 2012-10-30 16:07:54 UTC

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