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 - org.netbeans.modules.options.keymap.LayersBridge.createAction: LowPerformance took 37765 ms.
Summary: org.netbeans.modules.options.keymap.LayersBridge.createAction: LowPerformance...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Macros (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-14 03:42 UTC by Exceptions Reporter
Modified: 2013-03-20 02:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199593


Attachments
nps snapshot (110.95 KB, application/nps)
2013-03-14 03:42 UTC, Exceptions Reporter
Details

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