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 226700 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 227576 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-26 08:35 UTC by Ralph Ruijs
Modified: 2013-03-18 11:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199044


Attachments
stacktrace (5.13 KB, text/plain)
2013-02-26 08:35 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2013-02-26 08:35:51 UTC
Build: NetBeans IDE Dev (Build 20130225-3f587f805e94)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_07-b30
OS: Linux

User Comments:
ralphbenjamin: Added a new shortcut to Inline and pressed apply.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1067)
   at org.netbeans.modules.options.keymap.KeymapModel$PL.run(KeymapModel.java:260)
   at org.netbeans.modules.options.keymap.KeymapModel.waitFinished(KeymapModel.java:746)
   at org.netbeans.modules.options.keymap.KeymapModel.ensureProfilesLoaded(KeymapModel.java:339)
Comment 1 Ralph Ruijs 2013-02-26 08:35:53 UTC
Created attachment 131883 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2013-02-26 09:17:17 UTC
I guess this is related to how keymaps handles update. re-assigning for evaluation. Thank you
Comment 3 Svata Dedic 2013-03-14 10:16:02 UTC
The call to LayersBridge.getProfileNames() seems not properly synchronized.
Comment 4 Svata Dedic 2013-03-14 10:16:56 UTC
Changeset: 831dda86431f
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2013-03-14 11:16
Message:   Improved synchronization of keymap model
Comment 5 Quality Engineering 2013-03-16 01:50:51 UTC
Integrated into 'main-golden', will be available in build *201303152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/831dda86431f
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #226700 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification: fixed
Improved synchronization of keymap model
Comment 6 Svata Dedic 2013-03-18 11:15:35 UTC
*** Bug 227576 has been marked as a duplicate of this bug. ***