Bug 6758 - Class name corrupted by creating member class using wizard
Summary: Class name corrupted by creating member class using wizard
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-10 14:24 EST by Nick Edgar CLA
Modified: 2001-12-11 08:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-12-10 14:24:47 EST
Build 20011206

- opened org.eclipse.ui.actions.DeleteResourceAction
- using new class wizard, created member class named DeleteProjectDialog as a 
subclass of MessageDialog (in org.eclipse.jface.dialogs)
- the result was:
...
public class DeleteRes	ourceAction extends SelectionListenerAction {

		public class
 DeleteProjectDialog extends MessageDialog {

}
...

Note the extra tab in DeleteResourceAction, and the strange formatting for the 
new class.
Comment 1 Martin Aeschlimann CLA 2001-12-11 08:26:12 EST
fixed > 11206