Bug 13060

Summary: Type hierarchy on region populates Java Model cache for types in the region
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-04-09 07:35:02 EDT
Build 20020404

When computing a type hierarchy on a region, all types in the region are forced 
to be opened.
The RegionBasedHierarchyBUuilder should use HierarchyBinaryTypes as the 
IndexBasedHierarchyBuilder.
Comment 1 Jerome Lanneluc CLA 2002-04-19 09:18:23 EDT
RegionBasedTypeHierarchyBuilder now uses the same mechanism as the 
IndexBasedHierarchyBuilder, i.e. it reuse the IType if it is opened, otherwise 
it uses a HierarchyBinaryType or a BasicCompilationUnit.