Bug 116208

Summary: "Search References" should honor Inheritance
Product: [Eclipse Project] JDT Reporter: Marcel Petavy <petavy>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***