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 227446

Summary: org.netbeans.modules.options.keymap.LayersBridge.createAction: LowPerformance took 37765 ms.
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: MacrosAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199593
Attachments: nps snapshot

Description Exceptions Reporter 2013-03-14 03:42:54 UTC
This bug was originally marked as duplicate of bug 217765, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302261559)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows XP

User Comments:
GUEST: low performance



Maximum slowness yet reported was 37765 ms, average is 37765
Comment 1 Exceptions Reporter 2013-03-14 03:42:57 UTC
Created attachment 132588 [details]
nps snapshot
Comment 2 Theofanis Oikonomou 2013-03-14 08:22:56 UTC
MacrosPanel should not wait in the EDT to get a localCopy of ShortcutsFinder as that could take some time. Better to return a component with some label, eg "Loading shortcuts..." and update later. re-assigning. Thank you
Comment 3 Svata Dedic 2013-03-19 09:49:27 UTC
Changeset: db462bb3ad20
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2013-03-19 10:49
Message:   ShortcutFinder initialization moved off the EDT. Notification is displayed in the dialog.
Comment 4 Quality Engineering 2013-03-20 02:07:19 UTC
Integrated into 'main-golden', will be available in build *201303192300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/db462bb3ad20
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #227446 - org.netbeans.modules.options.keymap.LayersBridge.createAction: LowPerformance took 37765 ms.: fixed
ShortcutFinder initialization moved off the EDT. Notification is displayed in the dialog.