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 252448 - 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: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 07:51 UTC by Exceptions Reporter
Modified: 2015-05-20 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217360


Attachments
stacktrace (2.59 KB, text/plain)
2015-05-18 07:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-18 07:51:14 UTC
This bug was originally marked as duplicate of bug 234684, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: just reporting what requested by the IDE




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:811)
   at jdk.nashorn.internal.ir.FunctionNode.accept(FunctionNode.java:291)
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:160)
   at org.netbeans.modules.javascript2.editor.model.Model.getGlobalObject(Model.java:462)
Comment 1 Exceptions Reporter 2015-05-18 07:51:17 UTC
Created attachment 153715 [details]
stacktrace
Comment 2 Petr Pisl 2015-05-20 14:02:06 UTC
Fixed in trunk.