Bug 89090

Summary: Redundant information in SourceFieldElementInfo
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jerome Lanneluc CLA 2005-03-25 06:07:07 EST
I20040324

The SourceFieldElementInfo instances (hold on by the JavaModelCache) contain
redundant information (already in the SourceField handle):
- field name
Comment 1 Jerome Lanneluc CLA 2005-03-25 06:11:58 EST
Removed the field 'fieldName' from SourceFieldElementInfo.
Moved IGenericField#getName() to IBinaryField.
Changed SourceTypeConverter to use the field handle to get the field name.
Comment 2 David Audel CLA 2005-03-31 06:13:49 EST
Verified in I20050330-0500