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 69984 - [Wiz wiz] Performance cost of SFS scan paid even for "Custom" wizards
Summary: [Wiz wiz] Performance cost of SFS scan paid even for "Custom" wizards
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-12-07 03:13 UTC by Jesse Glick
Modified: 2005-12-09 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-12-07 03:13:18 UTC
With registration type "Custom", there is a long delay between the first &
second wizard panels, which I am guessing is spent loading the SFS - but the SFS
is not used for wiz type. Cost should be paid only for new file type wiz.
Comment 1 Martin Krauskopf 2005-12-09 14:23:05 UTC
Right
Comment 2 Martin Krauskopf 2005-12-09 14:26:34 UTC
Fixed.

Checking in ui/wizard/wizard/NameIconLocationPanel.form; 1.3 -> 1.4;
Checking in ui/wizard/wizard/NameIconLocationPanel.java; 1.14 -> 1.15;