Bug 8352 - No hierarchy when using HierachyType
Summary: No hierarchy when using HierachyType
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 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-24 04:26 EST by Jerome Lanneluc CLA
Modified: 2002-01-24 06:45 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 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.