Bug 378369

Summary: [compare] Java Structure compare should show modifiers of members
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Keller CLA 2012-05-03 09:27:36 EDT
Java Structure compare should show modifiers (at least visibility) of members.
JavaNode#getImage() currently just returns dummy images.

Showing both the old and the new modifiers could make the image too wide. A solution could be to show just the right visibility icon. If the visibility changed, show either of these:
- the higher visibility
- a generic icon (to signify "changed")
- the higher visibility with an adornment to signify "changed"