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 258986 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 15:42 UTC by everflux
Modified: 2016-08-11 08:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223711


Attachments
stacktrace (6.63 KB, text/plain)
2016-04-23 15:42 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2016-04-23 15:42:15 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
everflux: Opened Project




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.next(ArrayList.java:857)
   at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:349)
   at jdk.nashorn.internal.ir.CallNode.accept(CallNode.java:212)
   at jdk.nashorn.internal.ir.UnaryNode.accept(UnaryNode.java:146)
   at jdk.nashorn.internal.ir.ReturnNode.accept(ReturnNode.java:105)
Comment 1 everflux 2016-04-23 15:42:16 UTC
Created attachment 159408 [details]
stacktrace
Comment 2 Petr Pisl 2016-08-11 08:13:10 UTC
It is fixed by replacing parser.