Community
Participate
Working Groups
6. ERROR: UndefinedConstructor The constructor RunOnServerWizard(IModule, String, null) is undefined WizardTestCase.java : 27 : RunOnServerWizard ros = new RunOnServerWizard(module, ILaunchManager.RUN_MODE, null);
The compilation problem occurred because we change a constructor for the internal class of the wizard: org.eclipse.wst.server.ui.internal.wizard.RunOnServerWizard, We really should had created a new constructor to the class, but for some reason we failed to do so. My plan is to add back the old constructor, just in case there is adopters that are using the class (even though is internal)
Thanks Angel ... perhaps you could mark old one deprecated, and just have it call out to the 4 argument version with null as fourth argument. Even though internal. Thanks.
Changes committed to 32M
Changes released to 32M
fixed
Changes already included in HEAD(3.3) when we forward feed the changes of bug# 337210