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 197489

Summary: java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: vv159170
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 177899
Attachments: stacktrace

Description Exceptions Reporter 2011-04-06 13:21:57 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201103240400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

Stacktrace: 
java.util.ConcurrentModificationException
   at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry(WeakSet.java:1010)
   at org.openide.util.WeakSet$SharedKeyWeakHashMap$KeyIterator.next(WeakSet.java:1052)
   at org.netbeans.modules.cnd.api.toolchain.ui.ToolsPanelSupport.fireCodeAssistanceChange(ToolsPanelSupport.java:187)
   at org.netbeans.modules.cnd.toolchain.compilerset.ToolchainValidator.applyChanges(ToolchainValidator.java:108)
   at org.netbeans.modules.cnd.toolchain.compilerset.FixCodeAssistancePanel$1.actionPerformed(FixCodeAssistancePanel.java:97)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
Comment 1 Exceptions Reporter 2011-04-06 13:22:02 UTC
Created attachment 107549 [details]
stacktrace
Comment 2 Alexander Simon 2011-04-06 13:39:52 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/96fe983c0023
Comment 3 Quality Engineering 2011-04-07 08:46:07 UTC
Integrated into 'main-golden', will be available in build *201104070400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/96fe983c0023
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #197489 java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry