Bug 77671 - [compare] Java structure compare could ignore change in modifier sequence
Summary: [compare] Java structure compare could ignore change in modifier sequence
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 11:31 EST by Dani Megert CLA
Modified: 2009-07-31 02:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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? ;-)