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 28959 - New wizard overall responsiveness
Summary: New wizard overall responsiveness
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE, UI
Depends on: 27791 27950 28623
Blocks: 26581
  Show dependency tree
 
Reported: 2002-11-22 16:04 UTC by Tomas Pavek
Modified: 2008-12-22 22:51 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2002-11-22 16:04:44 UTC
The whole user task of creating a new class (or
whatever) should be fast. There are at least four
steps that must be watched for responsiveness:
1. invoking the New wizard (issue 27950),
2. navigation to the template (issue 28623),
3. step to next panel in the wizard (no issue yet),
4. finishing the wizard, creating the object
(issue 27791).

I've measured the first use after startup, trying
to create an empty new class. (Repeated - 3 test
cases.)

Measured on build 200211150100, JDK1.4.0, W2K,
PIII 733MHz,
512 MB RAM.


1. open (Ctrl+N on package)                 593, 
641,  625
2. expand Java Classes node                2406,
2188, 2187
3. move to next step (to Target Location)  2172,
2250, 2437
4. finish (create and open file)           4547,
4594, 4563
Comment 1 David Simonek 2002-12-06 18:01:54 UTC
wizards area, passing to owner Jiri.
Comment 2 Tomas Pavek 2003-05-30 10:57:11 UTC
For NetBeans 3.5, responsiveness of the New wizard was reasonably
fixed (see issue 28596, issues 29004, and issue 27791). For NB 4.0,
new specific issue 34041 was created on java module.

So I think we can close this issue.