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 249327

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214125
Attachments: stacktrace

Description Vladimir Kvashin 2014-12-12 15:58:50 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
vkvashin: Manipulated with tool chains - removed, added, etc...




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.completeCompilerSetsSettings(CompilerSetManagerImpl.java:878)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.completeCompilerSets(CompilerSetManagerImpl.java:874)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.add(CompilerSetManagerImpl.java:1084)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel$1.run(ToolsPanel.java:318)
Comment 1 Vladimir Kvashin 2014-12-12 15:58:51 UTC
Created attachment 151082 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-02 16:44:18 UTC

*** This bug has been marked as a duplicate of bug 254399 ***