Bug 10580

Summary: type hierarchy incorrect for nested types
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jdjamsa
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-03-01 09:36:18 EST
package p;
class A{
	static class B{}
}
class C extends A.B{}

hierarchy of B does not contain C as a subtype
(i tried it only in the ui - don't know if jcore reports it
but i guess the ui simply displays what it's told)
Comment 1 Jerome Lanneluc CLA 2002-03-07 12:40:10 EST
NameLookup didn't handle member types correctly when the unitToLookInside was 
set.
Fixed.
Comment 2 Adam Kiezun CLA 2002-03-14 04:30:22 EST
*** Bug 11323 has been marked as a duplicate of this bug. ***