Bug 77671

Summary: [compare] Java structure compare could ignore change in modifier sequence
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: dirk_baeumer
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Dani Megert CLA 2004-11-03 11:31:54 EST
I200411022000

Java structure compare could ignore change in modifier sequence.

Example:
Changing "final static" to "static final" gets reported as structural difference
which it shouldn't.
Comment 1 Dirk Baeumer CLA 2004-11-03 16:32:05 EST
Andre this should now be possible with the JSL3 AST. There are special nodes for
modifiers.
Comment 2 Dirk Baeumer CLA 2005-06-23 17:35:34 EDT
Retagging as 3.2 since it will not make it into 3.1 ;-)
Comment 3 Dani Megert CLA 2005-06-23 17:38:48 EDT
for sure? ;-)