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 216513 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: VERIFIED DUPLICATE of bug 208844
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 09:19 UTC by Jiri Skrivanek
Modified: 2012-09-10 07:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191369


Attachments
stacktrace (3.46 KB, text/plain)
2012-08-08 09:19 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-08 09:19:17 UTC
Build: NetBeans IDE Dev (Build EaselCSS-455-on-20120808)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Windows 7

User Comments:
jskrivanek: I did:
- create client side project (add backbone library)
- open backbone-min.js in editor




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:440)
   at org.netbeans.modules.csl.navigation.ElementNode.getHtmlDisplayName(ElementNode.java:179)
   at org.openide.explorer.view.VisualizerNode.getHtmlDisplayName(VisualizerNode.java:541)
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:131)
Comment 1 Jiri Skrivanek 2012-08-08 09:19:19 UTC
Created attachment 122852 [details]
stacktrace
Comment 2 Petr Hejl 2012-09-09 21:10:45 UTC

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