Bug 12760

Summary: Type hierarchy missing anonymous binary type if closed
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 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-04-04 04:01:41 EST
Build 20020328

If an anonymous binary type is closed and it is part of a hierarchy, computing 
this hierarchy fails to include it.

This is because the IndexBasedHierarchyBuilder doesn't create a valid 
HierarchyBinaryType: it is created with a '0' enclosing type name.
Comment 1 Jerome Lanneluc CLA 2002-04-04 04:03:52 EST
Fixed by computing the enclosing type name from the resource path.