Bug 39168

Summary: Could remove JavaElement.fLEType field
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: 2.1   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.