Bug 10580 - type hierarchy incorrect for nested types
Summary: type hierarchy incorrect for nested types
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 11323 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-01 09:36 EST by Adam Kiezun CLA
Modified: 2002-03-14 04:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***