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 268304 - Bluej - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: Bluej - java.util.ConcurrentModificationException at java.util.ArrayList$Itr....
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-01 08:22 UTC by LadyCailin
Modified: 2016-10-03 11:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222040


Attachments
stacktrace (4.34 KB, text/plain)
2016-10-01 08:22 UTC, LadyCailin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LadyCailin 2016-10-01 08:22:27 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: Mac OS X

User Comments:
GUEST: Saving a CSS file

LadyCailin: I don't know exactly what I was doing, but I suspect that this has something to do with my use of AutoSaveModified plugin, as when I noticed this error, I have also noticed that the auto save functionality has stopped working.

GUEST: saving a PHP file

fillumina: silent exception...

GUEST: n/a

GUEST: when edit text




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   at bluej.editor.moe.NaviView.enqueueRepaint(NaviView.java:447)
   at bluej.editor.moe.NaviView.repaintModel(NaviView.java:215)
   at bluej.editor.moe.NVDrawPane.repaint(NVDrawPane.java:108)
   at java.awt.Component.repaint(Component.java:3354)
Comment 1 LadyCailin 2016-10-01 08:22:29 UTC
Created attachment 162302 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-03 11:10:06 UTC
This issue is comming from bluej.editor.moe plugin. You should use older netbeans version with this plugin or you need to wait till creator of third-party plugin bluej will fix this.