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 234696 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 234684
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 09:34 UTC by Vladimir Riha
Modified: 2013-08-21 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203215


Attachments
stacktrace (4.30 KB, text/plain)
2013-08-21 09:34 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-08-21 09:34:21 UTC
Build: NetBeans IDE Dev (Build 201308202300)
VM: Java HotSpot(TM) Client VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-b39
OS: Linux

User Comments:
vriha: no idea, probably caused by Ant script that created new JS files in project




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
   at java.util.ArrayList$Itr.next(ArrayList.java:831)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:738)
   at jdk.nashorn.internal.ir.FunctionNode.accept(FunctionNode.java:291)
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:153)
   at org.netbeans.modules.javascript2.editor.model.Model.getGlobalObject(Model.java:416)
Comment 1 Vladimir Riha 2013-08-21 09:34:22 UTC
Created attachment 138981 [details]
stacktrace
Comment 2 Petr Hejl 2013-08-21 11:28:31 UTC

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