Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 104622 | Differences between
and this patch

Collapse All | Expand All

(-)sjavaui/org/eclipse/jst/server/ui/internal/cactus/NewServletTestCaseWizard.java (+6 lines)
Lines 123-134 Link Here
123
123
124
		public void init(IStructuredSelection selection) {
124
		public void init(IStructuredSelection selection) {
125
			super.init(selection);
125
			super.init(selection);
126
			validateIfJUnitProject();
126
		}
127
		}
127
128
128
		public void createControl(Composite parent) {
129
		public void createControl(Composite parent) {
129
			super.createControl(parent);
130
			super.createControl(parent);
130
			setSuperClass(SUPERCLASS_NAME, true);
131
			setSuperClass(SUPERCLASS_NAME, true);
131
		}
132
		}
133
		
134
		protected void createJUnit4Controls(Composite composite, int nColumns)
135
		{
136
			
137
		}
132
138
133
		protected IStatus superClassChanged() {
139
		protected IStatus superClassChanged() {
134
			String superClassName = getSuperClass();
140
			String superClassName = getSuperClass();

Return to bug 104622