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 185642 - [69cat] ConfigureToolbarPanel.getNodes() took 9s
Summary: [69cat] ConfigureToolbarPanel.getNodes() took 9s
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-05-06 20:44 UTC by Exceptions Reporter
Modified: 2011-07-26 11:02 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160705


Attachments
nps snapshot (78.97 KB, application/nps)
2010-05-06 20:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-05-06 20:44:14 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
stefan79: Started the "Customize..." - Toolbar - Window.

stefan79: Started Costumize Toolbar.

GUEST: Executando netbeans 6.9b depois da instala
Comment 1 Exceptions Reporter 2010-05-06 20:44:21 UTC
Created attachment 98587 [details]
nps snapshot
Comment 2 Stanislav Aubrecht 2010-06-14 14:15:40 UTC
slow native reading from a zip file
Comment 3 Stanislav Aubrecht 2010-10-07 10:54:15 UTC
toolbar customizer should create nodes off the EDT
Comment 4 Jiri Rechtacek 2011-07-26 11:02:29 UTC
IMHO there is no place to speed up ConfigureToolbarPanel.getNodes(). FilterNode uses LazySupport for reading data objects from layer. No plan to fix this in the near future.