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 224322

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: web Reporter: thierrysauvageot
Component: HTML NavigatorAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mfukala
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195208
Attachments: stacktrace

Description thierrysauvageot 2012-12-30 18:53:57 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
GUEST: running an html file in the chrome with netbeans browser that may have already been running

GUEST: Executing a HTML5 application template (boilerplate)

thierrysauvageot: juste run

GUEST: debugging HTML5 project




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.modules.html.navigator.WebKitNodeDescription$WebKitNodeTreePath$1.run(WebKitNodeDescription.java:328)
   at org.openide.util.Mutex.readAccess(Mutex.java:367)
   at org.openide.util.Mutex$1R.run(Mutex.java:1309)
   at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1326)
Comment 1 thierrysauvageot 2012-12-30 18:53:59 UTC
Created attachment 129768 [details]
stacktrace
Comment 2 Tomas Mysik 2013-01-09 13:05:56 UTC
I guess this is for Marek - am I right? Thanks.
Comment 3 Marek Fukala 2013-01-09 13:09:02 UTC
No, Honza Becicka is not the owner of html.navigator module.
Comment 4 Marek Fukala 2013-01-09 13:09:23 UTC
No, Honza Becicka is *NOW* the owner of html.navigator module.
Comment 5 Jan Becicka 2013-01-09 14:00:32 UTC

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