Bug 125067

Summary: Should not resolved binary fields/methods when computing hierarchy
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jerome Lanneluc CLA 2006-01-24 16:18:00 EST
I20060119

Because of bug 48459, HierarchyResolver#resolve(Openable[] openables, HashSet localTypes,
IProgressMonitor monitor) resolved fields and methods when caching a
binary type (line 607).

However this can have a performance pelnaty, and since a workaround (which consists in initializing the fields and methods of a binary biding) was added, we should ensure that fields and methods are not requested.
Comment 1 Jerome Lanneluc CLA 2006-01-25 04:28:57 EST
Changed HierarchyResolver#resolve(IGenericType) and resolve(Openable[],HashSet,IProgressMonitor) to cache binary types without requesting fields and methods.
Comment 2 Frederic Fusier CLA 2006-02-14 07:27:06 EST
Code verified for 3.2 M5 using build I20060214-0010.