Bug 13060 - Type hierarchy on region populates Java Model cache for types in the region
Summary: Type hierarchy on region populates Java Model cache for types in the region
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 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-04-09 07:35 EDT by Jerome Lanneluc CLA
Modified: 2002-04-19 09:18 EDT (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-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.