Bug 43482 - Type hierarchy does not work on local types
Summary: Type hierarchy does not work on local types
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-23 05:42 EDT by Martin Aeschlimann CLA
Modified: 2003-09-26 04:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2003-09-23 05:42:24 EDT
jdt.core preview 20030922

1. Create the following class A
2. In the outliner select 'Local' and open the type hierarchy
3. Local is directly under Object

public class A {

	protected void runTest() throws Throwable {
		class Local extends Vector {   
		}
		Runnable run= new Runnable() {
			public void run() {
			}
		};
	}
}
Comment 1 Martin Aeschlimann CLA 2003-09-23 05:48:11 EDT
'import java.util.Vector;' is there of course as well
Comment 2 Jerome Lanneluc CLA 2003-09-23 06:49:16 EDT
Works for me
Comment 3 Jerome Lanneluc CLA 2003-09-26 04:39:03 EDT
Closing