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 254399 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 249327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-08-16 14:01 UTC by Exceptions Reporter
Modified: 2015-09-03 01:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219031


Attachments
stacktrace (5.17 KB, text/plain)
2015-08-16 14:01 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-16 14:01:19 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201508080002)
VM: OpenJDK 64-Bit Server VM, 25.51-b03, OpenJDK Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
GUEST: opening a project with remote compilation in the rpi




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.toolchain.compilerset.CompilerSetManagerImpl.completeCompilerSets(CompilerSetManagerImpl.java:901)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.completeCompilerSets(CompilerSetManagerImpl.java:894)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerAccessorImpl.setManagers(CompilerSetManagerAccessorImpl.java:100)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsCacheManagerImpl.saveCompileSetManagers(ToolsCacheManagerImpl.java:328)
Comment 1 Exceptions Reporter 2015-08-16 14:01:21 UTC
Created attachment 155369 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-02 10:38:26 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/dd6f405a6a2e
Comment 3 Alexander Simon 2015-09-02 16:44:18 UTC
*** Bug 249327 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2015-09-03 01:25:19 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dd6f405a6a2e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #254399 java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification