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 205383

Summary: [71cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Product: editor Reporter: gualtiero65
Component: Key bindingsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183063
Bug Depends on: 220246    
Bug Blocks:    
Attachments: stacktrace

Description gualtiero65 2011-11-21 20:54:43 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
   at java.util.HashMap$KeyIterator.next(HashMap.java:841)
   at org.netbeans.modules.options.keymap.KeymapModel.mergeActions(KeymapModel.java:325)
   at org.netbeans.modules.options.keymap.KeymapModel.getActions(KeymapModel.java:127)
   at org.netbeans.modules.options.keymap.KeymapModel.<init>(KeymapModel.java:457)
   at org.netbeans.modules.options.keymap.KeymapViewModel.<init>(KeymapViewModel.java:87)
Comment 1 gualtiero65 2011-11-21 20:54:46 UTC
Created attachment 113385 [details]
stacktrace
Comment 2 Svata Dedic 2012-11-05 11:48:45 UTC
Fixed as part of 220246, keymap model was synchronized.