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 191117 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 191433 196019 196317 210146 210234 224076 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-19 05:50 UTC by onmomo
Modified: 2012-12-21 13:02 UTC (History)
20 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168973


Attachments
stacktrace (1.39 KB, text/plain)
2010-10-19 05:50 UTC, onmomo
Details
stacktrace (1.39 KB, text/plain)
2010-11-17 13:30 UTC, oj
Details
stacktrace (1.39 KB, text/plain)
2011-03-07 15:51 UTC, ttokoly
Details
stacktrace (1.39 KB, text/plain)
2012-02-28 17:40 UTC, Jesse Glick
Details
stacktrace (1.58 KB, text/plain)
2012-05-09 11:23 UTC, Jiri Prox
Details
stacktrace (1.58 KB, text/plain)
2012-05-24 04:52 UTC, Jaroslav Tulach
Details
stacktrace (1.58 KB, text/plain)
2012-06-07 13:51 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description onmomo 2010-10-19 05:50:07 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
onmomo: Opened Options/Keymap dialog

dstrupl: Trying to open Keymap category of the options dialog for the first time in the session.

gmanuelgr: navegando el ide




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$ValueIterator.next(HashMap.java:822)
   at org.netbeans.modules.options.editor.keymap.EditorBridge.getActions(EditorBridge.java:103)
   at org.netbeans.modules.options.keymap.KeymapModel.getActionCategories(KeymapModel.java:107)
   at org.netbeans.modules.options.keymap.KeymapModel.<init>(KeymapModel.java:455)
   at org.netbeans.modules.options.keymap.KeymapViewModel.<init>(KeymapViewModel.java:87)
Comment 1 onmomo 2010-10-19 05:50:13 UTC
Created attachment 102469 [details]
stacktrace
Comment 2 David Strupl 2010-10-19 06:48:09 UTC
Ooops, I apologize - I thought that it was assigned to myself. Reverting last status changes.
Comment 3 oj 2010-11-17 13:30:22 UTC
Created attachment 103034 [details]
stacktrace
Comment 4 ttokoly 2011-03-07 15:51:51 UTC
Created attachment 106788 [details]
stacktrace

What I was done:
1. Run IDE
2. Turn on Full Screen mode via shortcut
3. Turn it back via main menu View | Full Screen
4. Open Tools | Options, select card Keymap and this exception shows up

Note: That's the first time when I notice this exception, so I don't know if this is reproducible or random.
Comment 5 Marian Mirilovic 2011-10-13 19:09:24 UTC
*** Bug 196317 has been marked as a duplicate of this bug. ***
Comment 6 Marian Mirilovic 2011-10-13 19:09:37 UTC
*** Bug 191433 has been marked as a duplicate of this bug. ***
Comment 7 Jesse Glick 2012-02-28 17:40:40 UTC
Created attachment 116189 [details]
stacktrace

Editing a key binding.
Comment 8 Jiri Prox 2012-05-09 11:23:53 UTC
Created attachment 119195 [details]
stacktrace

CME when opening KeyMap in Options dialog
Comment 9 Milutin Kristofic 2012-05-09 12:18:36 UTC
*** Bug 196019 has been marked as a duplicate of this bug. ***
Comment 10 Jaroslav Tulach 2012-05-24 04:52:49 UTC
Created attachment 119790 [details]
stacktrace
Comment 11 Milutin Kristofic 2012-05-30 14:01:59 UTC
*** Bug 210234 has been marked as a duplicate of this bug. ***
Comment 12 Milutin Kristofic 2012-06-06 11:56:47 UTC
*** Bug 210146 has been marked as a duplicate of this bug. ***
Comment 13 Jiri Prox 2012-06-07 13:51:34 UTC
Created attachment 120501 [details]
stacktrace

CME when opeing keymap settings
Comment 14 Milutin Kristofic 2012-09-13 17:08:14 UTC
http://hg.netbeans.org/jet-main/rev/a6c7049cf2c4
Comment 15 Quality Engineering 2012-09-15 02:10:32 UTC
Integrated into 'main-golden', will be available in build *201209150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a6c7049cf2c4
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #191117 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 16 Milutin Kristofic 2012-12-21 13:02:45 UTC
*** Bug 224076 has been marked as a duplicate of this bug. ***