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 217610 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@javascript
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 10:50 UTC by Vladimir Riha
Modified: 2012-08-31 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191977


Attachments
stacktrace (2.27 KB, text/plain)
2012-08-30 10:50 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-08-30 10:50:35 UTC
Build: NetBeans IDE Dev (Build EaselCSS-601-on-20120829)
VM: Java HotSpot(TM) Client VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Linux

User Comments:
vriha: no idea, typing in js file




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.javascript2.editor.JsStructureScanner$JsSimpleStructureItem.getHtml(JsStructureScanner.java:446)
   at org.netbeans.modules.csl.navigation.ElementNode.updateRecursively(ElementNode.java:340)
   at org.netbeans.modules.csl.navigation.ElementNode.updateRecursively(ElementNode.java:320)
   at org.netbeans.modules.csl.navigation.ElementNode.updateRecursively(ElementNode.java:320)
Comment 1 Vladimir Riha 2012-08-30 10:50:38 UTC
Created attachment 123729 [details]
stacktrace
Comment 2 Petr Pisl 2012-08-31 09:59:24 UTC
Should be fixed in web-main, from  yesterday.