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 210146 - 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-03-26 18:44 UTC by narsereg
Modified: 2012-06-06 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167795


Attachments
stacktrace (2.81 KB, text/plain)
2012-03-26 18:44 UTC, narsereg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description narsereg 2012-03-26 18:44:20 UTC
Build: NetBeans IDE Dev (Build 201203230400)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: Simply opened the preferences pane and clicked on the "Keymap" tab.

narsereg: It happens when I call Preferences -> Keymap

iamice: Options -> Keymap -> Error




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$EntryIterator.next(HashMap.java:834)
   at java.util.HashMap$EntryIterator.next(HashMap.java:832)
   at java.util.HashMap.putAllForCreate(HashMap.java:435)
   at java.util.HashMap.<init>(HashMap.java:225)
   at org.netbeans.modules.options.editor.keymap.EditorBridge.getEditorActionsMap(EditorBridge.java:223)
Comment 1 narsereg 2012-03-26 18:44:21 UTC
Created attachment 117282 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-06-06 11:56:47 UTC

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