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 69985 - [New Proj Tmpl] Should proceed immediately to second wiz step
Summary: [New Proj Tmpl] Should proceed immediately to second wiz step
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-12-07 03:35 UTC by Jesse Glick
Modified: 2009-11-23 13:59 UTC (History)
1 user (show)

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:35:03 UTC
...and show "Please Wait..." in Category until it is finished. Currently just
blocks EQ after pressing Next button:

	at
org.netbeans.modules.apisupport.project.layers.LayerUtils.getEffectiveSystemFilesystem(LayerUtils.java:549)
	at
org.netbeans.modules.apisupport.project.ui.UIUtil.createLayerPresenterComboModel(UIUtil.java:257)
	at
org.netbeans.modules.apisupport.project.ui.UIUtil.createLayerPresenterComboModel(UIUtil.java:242)
	at
org.netbeans.modules.apisupport.project.ui.wizard.project.NameAndLocationPanel.loadCombo(NameAndLocationPanel.java:163)
	at
org.netbeans.modules.apisupport.project.ui.wizard.project.NameAndLocationPanel.readFromDataModel(NameAndLocationPanel.java:107)
	at
org.netbeans.modules.apisupport.project.ui.wizard.BasicWizardIterator$PrivateWizardPanel.readSettings(BasicWizardIterator.java:403)
Comment 1 Martin Krauskopf 2005-12-07 08:17:49 UTC
Seems that only Action wizard currently utilizing "Please Wait..." approach.
I'll introduce something like UIUtil.getSFS() with asserting EDT on the first
method line and reuse by all wizard with SFS access needs.
Also could be solved together with related task 69991.
Don't know TBD yet.
Comment 2 Jesse Glick 2006-01-11 23:47:40 UTC
Please reevaluate - for 5.0u1, future, or leave TBD.
Comment 3 Martin Krauskopf 2008-02-07 17:50:49 UTC
I'm not working on APISupport anymore. Reassigning to owner of the component, so
the issue is not 'forgotten' forever.
Comment 4 rmichalsky 2008-11-24 15:02:28 UTC
Not into 7.0 or next release. Feel free to reopen if more important than it seems.
Comment 5 Quality Engineering 2009-11-02 10:57:33 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX
Comment 6 Jesse Glick 2009-11-23 13:59:43 UTC
Couldn't reproduce significant freeze in current build.