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 268593 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 07:26 UTC by javatlacati
Modified: 2018-01-12 08:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221093


Attachments
stacktrace (1.31 KB, text/plain)
2016-10-20 07:26 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-10-20 07:26:50 UTC
This issue was reported manually by javatlacati.
It already has 3 duplicates 


Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
GUEST: After click on all the left menu item irrelevant right or left click

javatlacati: opening nb

javatlacati: netbeans closed :(




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   at org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:289)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 javatlacati 2016-10-20 07:26:52 UTC
Created attachment 162565 [details]
stacktrace