Bug 108219 - [search] Call Hierarchy shows methods calling overridde
Summary: [search] Call Hierarchy shows methods calling overridde
Status: RESOLVED DUPLICATE of bug 73401
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 06:53 EDT by Koen van Dijken CLA
Modified: 2006-03-31 05:56 EST (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 Koen van Dijken CLA 2005-08-28 06:53:56 EDT
The call hierarchy also shows methods which do not call the subject method, but
which call overrides of the subject method. Example:

The call hierachy for CellEditor.focusLost() shows 2 calls

1. a call in TextCellEditor. This is good.

2. a call in ComboBoxCellEditor. This is wrong, since the call in
ComboBoxCellEditor is a call to ComboBoxCellEditor.focusLost() (which overrides
CellEditor.focusLost()), and not a call to CellEditor.focusLost().

Eclipse SDK 3.1
Comment 1 Koen van Dijken CLA 2005-08-28 06:59:46 EDT
Similar, the call hierarchy of ComboBoxCellEditor.focusLost() also shows a call
from TextCellEditor, which actually is a call to CellEditor.focusLost().
Comment 2 Frederic Fusier CLA 2006-03-31 05:56:26 EST

*** This bug has been marked as a duplicate of 73401 ***