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

Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Product: editor Reporter: narsereg
Component: OptionsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: iamice
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167795
Attachments: stacktrace

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 ***