Bug 8352

Summary: No hierarchy when using HierachyType
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-01-24 04:26:08 EST
Build 20020122

If you open a hierarchy on a type, and one of the super types has never been 
opened before, then a HierarchyType is used to compute it. However the 
hierarchy resolver doesn't handle HierarchyTypes when it tries to find the 
corresponding handle. As a result, the hierarchy is missing some super types.
Comment 1 Jerome Lanneluc CLA 2002-01-24 06:15:17 EST
Fixed by handling HierarchyTypes in HierarchyResolver.findSuperClass(...) and 
findSuperInterfaces(...), and by adding the super type name and super interface 
names to the HierarchyType.