Bug 12760 - Type hierarchy missing anonymous binary type if closed
Summary: Type hierarchy missing anonymous binary type if closed
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 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 04:01 EST by Jerome Lanneluc CLA
Modified: 2002-04-04 04:03 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-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.