Bug 77599

Summary: [5.0] Structure comparing of enums does not work
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M4   
Hardware: All   
OS: All   
Whiteboard:

Description Dani Megert CLA 2004-11-03 07:30:24 EST
I200411022000

1. Create enum (either as separete file or inside a class):
public enum E {
	A, B, C, D, F, Incomplete
}

2. Delete B and save
3. compare
==> no structural difference gets reported
Comment 1 Andre Weinand CLA 2004-11-03 09:07:58 EST
The problem is that I'm using the global compiler settings instead of the project's settings when 
constructing the tree. If J2SE 5.0 is only enabled on the project, but not globally, I'm not generating 
nodes for enums.
Comment 2 Andre Weinand CLA 2004-11-15 09:40:00 EST
fix released for I20041116