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

Summary: 34351 ms? - form.palette.PaletteUtils.getAllItems()
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: arksoft, johnjullion
Priority: P4 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195868
Attachments: nps snapshot
nps snapshot

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