Bug 124521 - [navigation] visual indication for members overwritten in subclasses
Summary: [navigation] visual indication for members overwritten in subclasses
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 70771 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-19 13:27 EST by Vera Henneberger CLA
Modified: 2007-03-07 01:20 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vera Henneberger CLA 2006-01-19 13:27:46 EST
The java editor shows marker for methods which are part of an implemented interface (white rectangle) or which overwrite a method from a superclass (green rectangle).
There is no rectangle if a subclass of the open java file overwrites the method.
It would be a nice feature because you will see at once if there exist subclasses which will be not affected by method changes (because they overwrite the method and don't call super).
Comment 1 Dani Megert CLA 2006-01-20 05:47:06 EST
*** Bug 70771 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Spiewak CLA 2006-02-18 01:34:36 EST
There's a pre-existing plugin to do this.  'Implementors' I think is what it's called.  Very useful, but it still doesn't have the visual cue in the editor (last time I checked).