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 - [71cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: [71cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIt...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 220246
Blocks:
  Show dependency tree
 
Reported: 2011-11-21 20:54 UTC by gualtiero65
Modified: 2012-11-05 11:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183063


Attachments
stacktrace (3.45 KB, text/plain)
2011-11-21 20:54 UTC, gualtiero65
Details

Note You need to log in before you can comment on or make changes to this bug.
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.