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 269266 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-08 03:29 UTC by Andrew Krasny
Modified: 2017-03-29 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227476


Attachments
stacktrace (773 bytes, text/plain)
2016-12-08 03:30 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-12-08 03:29:58 UTC
Build: NetBeans IDE Dev (Build 20161129-fddc8d380cac)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: Edited remote file. Exception occured when I was editing a comment.




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.cnd.editor.folding.CppFoldManager.collectFoldUpdates(CppFoldManager.java:263)
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.updateFolds(CppFoldManager.java:158)
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run(CppFoldManager.java:365)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Andrew Krasny 2016-12-08 03:30:00 UTC
Created attachment 163185 [details]
stacktrace
Comment 2 Alexander Simon 2017-03-29 10:24:15 UTC
Cannot reproduce the issue.
Andrew, could you provide steps to reproduce the bug?