Bug 125067 - Should not resolved binary fields/methods when computing hierarchy
Summary: Should not resolved binary fields/methods when computing hierarchy
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 16:18 EST by Jerome Lanneluc CLA
Modified: 2006-02-14 07:27 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 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.