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 238984 - options dialog waits for pending KeymapManagers operation
Summary: options dialog waits for pending KeymapManagers operation
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-29 22:05 UTC by firstneo
Modified: 2014-01-13 13:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154758


Attachments
nps snapshot (30.13 KB, application/nps)
2013-11-29 22:06 UTC, firstneo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description firstneo 2013-11-29 22:05:59 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
MackSix: Click Apply on Options Dialog.

mps77: Tools / Options / Keymap (NetBeans profile)

firstneo: Just add a new shortkey in the option map key section.
Cheers folks!



Maximum slowness yet reported was 29199 ms, average is 12301
Comment 1 firstneo 2013-11-29 22:06:01 UTC
Created attachment 142731 [details]
nps snapshot
Comment 2 Svata Dedic 2014-01-13 12:33:16 UTC
Report #231021 is obsolete (old version of NB)


In both cases the action map is being loaded/manipulated on background (see OutputTab or DefaultRP threads) and at the same time refreshActions is called.

SPI for individual KeymapManagers does not deal with threading, so it's the KeymapModel which provides synchronization.
Comment 3 Svata Dedic 2014-01-13 13:00:21 UTC
Fixed in jet-main#13c904948252