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 251361 - 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: Graph (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 15:16 UTC by Samer_Elouissi
Modified: 2015-06-15 17:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190385


Attachments
stacktrace (5.68 KB, text/plain)
2015-03-22 15:16 UTC, Samer_Elouissi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samer_Elouissi 2015-03-22 15:16:23 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
Samer_Elouissi: what's this problem

GUEST: report with iReport




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.api.visual.widget.Widget.paintChildren(Widget.java:1480)
   at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1427)
   at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1481)
   at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1427)
Comment 1 Samer_Elouissi 2015-03-22 15:16:24 UTC
Created attachment 152774 [details]
stacktrace