Bug 35278 - Junit wizards do not work
Summary: Junit wizards do not work
Status: RESOLVED DUPLICATE of bug 34169
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-19 06:27 EST by Jean-Michel Garnier CLA
Modified: 2003-03-19 06:31 EST (History)
0 users

See Also:


Attachments
log file (6.12 KB, text/plain)
2003-03-19 06:29 EST, Jean-Michel Garnier CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Garnier CLA 2003-03-19 06:27:48 EST
My configuration has no specific plugins installed. The Junit wizard works if I
replace the org.eclipse.jdt.junit_2.1.0 plugin by the org.eclipse.jdt.junit_2.0.1.

In the Create Junit TestCase / TestSuite wizard, "Next" button throws the
following exception :
!ENTRY org.eclipse.ui.workbench 4 2 Mar 19, 2003 10:52:40.251
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".

java.lang.ClassCastException:
org.eclipse.jdt.internal.junit.wizards.NewTestCaseCreationWizard
	at
org.eclipse.ui.internal.dialogs.NewWizardNewPage$2.createWizard(NewWizardNewPage.java:287)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.run(WorkbenchWizardNode.java:82)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:867)
	at org.eclipse.core.runtime.Platform.run(Platform.java:413)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:79)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:77)
	at
org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:90)


java.lang.IllegalArgumentException: 
	at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56)
	at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:41)
	at org.eclipse.core.runtime.Status.setPlugin(Status.java:156)
	at org.eclipse.core.runtime.Status.<init>(Status.java:64)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.handleException(WorkbenchWizardNode.java:93)
	at
org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:448)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:869)
	at org.eclipse.core.runtime.Platform.run(Platform.java:413)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:79)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65)
	at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:77)
Comment 1 Jean-Michel Garnier CLA 2003-03-19 06:29:37 EST
Created attachment 4241 [details]
log file
Comment 2 Adam Kiezun CLA 2003-03-19 06:31:16 EST
another one of so many duplicate reports for this bug

*** This bug has been marked as a duplicate of 34169 ***