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 224076 - 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: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 09:35 UTC by gameshas
Modified: 2012-12-21 13:02 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180166


Attachments
stacktrace (613 bytes, text/plain)
2012-12-20 09:35 UTC, gameshas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gameshas 2012-12-20 09:35:28 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
GUEST: ????? ? ??????

tjchambers: search for a class using command-I and IMMEDIATELY get this.

gilbertoca: search ctrl+l

arteymix: Searching stuff in php development.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:0)
   at java.util.HashMap$ValueIterator.next(HashMap.java:0)
   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:1452)
Comment 1 gameshas 2012-12-20 09:35:31 UTC
Created attachment 129572 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-12-21 13:02:45 UTC
Fixed in 7.3

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