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 - java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedKeyWeakHashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at org.openide.util.WeakSet$SharedK...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 13:21 UTC by Exceptions Reporter
Modified: 2011-04-07 08:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177899


Attachments
stacktrace (3.36 KB, text/plain)
2011-04-06 13:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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