Bug 116208 - "Search References" should honor Inheritance
Summary: "Search References" should honor Inheritance
Status: RESOLVED DUPLICATE of bug 73401
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 05:21 EST by Marcel Petavy CLA
Modified: 2005-11-14 06:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Petavy CLA 2005-11-14 05:21:22 EST
Hi again.

I have a several inherited class "Foo" with a overrided methode "toString()".
When I do a "search references" via CTRL-SHIFT-G eclipse shows me - all - 
toString() usages of - all - classes, not only the usages to "Foo.toString()".
Seems eclipse looks up the class level of the methode and start the search on 
this level. Since "toString()" is inherited from "Object" ... ;-)

Cheers - Marcel.
Comment 1 Frederic Fusier CLA 2005-11-14 06:07:27 EST

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