Bug 39168 - Could remove JavaElement.fLEType field
Summary: Could remove JavaElement.fLEType field
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 09:41 EDT by Jerome Lanneluc CLA
Modified: 2003-07-16 06:01 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 2003-06-20 09:41:22 EDT
Build 20030618

The field fLEType on JavaElement is always used in a static way. We could 
remove it and change the implementation of getElementType() to return the 
element type based on the class it is defined into.
Comment 1 Philipe Mulet CLA 2003-06-24 05:35:53 EDT
Agreed. Please do.
Comment 2 Jerome Lanneluc CLA 2003-07-04 06:13:35 EDT
Fixed
Comment 3 David Audel CLA 2003-07-16 06:01:34 EDT
Verified.