Bug 89090 - Redundant information in SourceFieldElementInfo
Summary: Redundant information in SourceFieldElementInfo
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.1 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-03-25 06:07 EST by Jerome Lanneluc CLA
Modified: 2005-03-31 06:13 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 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