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 222989 - 34351 ms? - form.palette.PaletteUtils.getAllItems()
Summary: 34351 ms? - form.palette.PaletteUtils.getAllItems()
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-29 15:00 UTC by Exceptions Reporter
Modified: 2013-07-30 15:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195868


Attachments
nps snapshot (28.63 KB, application/nps)
2012-11-29 15:00 UTC, Exceptions Reporter
Details
nps snapshot (65.05 KB, application/nps)
2013-07-30 15:43 UTC, arksoft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-29 15:00:12 UTC
This bug was originally marked as duplicate of bug 191777, 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 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows NT (unknown)
Maximum slowness yet reported was 34351 ms, average is 34351
Comment 1 Exceptions Reporter 2012-11-29 15:00:14 UTC
Created attachment 128590 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-12-03 11:55:16 UTC
The snapshot shows just 1.6s, not 34s. Making P4. All the time seems to be taken by 
org.netbeans.modules.form.palette.PaletteUtils.getAllItems()	100.0	1,362 ms (100%)	661 ms
waiting for I/O. Probably you want to compute the I/O first and only then update the icons.
Comment 3 arksoft 2013-07-30 15:43:02 UTC
Created attachment 138011 [details]
nps snapshot

creating a new web project from existing sources