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 196317 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED DUPLICATE of bug 191117
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 17:12 UTC by tbrunhoff
Modified: 2011-10-13 19:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177134


Attachments
stacktrace (1.86 KB, text/plain)
2011-03-04 17:13 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2011-03-04 17:12:56 UTC
Build: NetBeans IDE Dev (Build 201103040000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
tbrunhoff: Stepping through code.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$ValueIterator.next(HashMap.java:822)
   at org.netbeans.modules.options.editor.keymap.EditorBridge.getActions(EditorBridge.java:103)
   at org.netbeans.modules.options.keymap.ActionsSearchProvider.evaluate(ActionsSearchProvider.java:103)
   at org.netbeans.modules.quicksearch.CommandEvaluator$1.run(CommandEvaluator.java:201)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 tbrunhoff 2011-03-04 17:13:00 UTC
Created attachment 106723 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-13 19:09:24 UTC

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