Bug 378369 - [compare] Java Structure compare should show modifiers of members
Summary: [compare] Java Structure compare should show modifiers of members
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 09:27 EDT by Markus Keller CLA
Modified: 2012-05-03 09:27 EDT (History)
0 users

See Also:


Attachments

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