Community
Participate
Working Groups
Created attachment 172019 [details] stacktrace Looks like https://bugs.eclipse.org/bugs/show_bug.cgi?id=275640 private static final String NEW_FEATURE_WIZARD_ID = "org.eclipse.pde.ui.NewFeatureProjectWizard"; IWizardDescriptor wizardDescriptor = PlatformUI.getWorkbench().getNewWizardRegistry().findWizard(NEW_FEATURE_WIZARD_ID); NewWizard wizard = (NewWizard) wizardDescriptor.createWizard(); Dictionary settings = new Hashtable(); settings.put(AbstractNewFeatureWizard.DEF_PROJECT_NAME, projectName); wizard.init(settings); wizard.init(PlatformUI.getWorkbench(), new StructuredSelection()); WizardDialog dlg = new WizardDialog( PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), wizard); dlg.open();
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Please remove the stalebug flag, if this issue is still relevant and can be reproduced on the latest release.