Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching method calls in Eclipse

Status
Not open for further replies.

forrozeiro

Programmer
Sep 1, 2001
38
0
0
BR
Hi,

When I right click a method declaration in an Eclipse project and select 'search -> references -> workspace', it returns all calls to methods of the same name instead of returning only the calls to the method I specified.
Example:

Class A { public int getId(); }
Class B { public int getId(); }

If I select A´s getId(), it returns calls to both A and B´s getId() methods.
I´m using Eclipse versions 2.1.1 and 2.1.0. On Eclipse 2.0 it used to work, I mean, it would return only calls to A´s getId().
The interesting thing is that some of my coleagues are using the same Eclipse version I am and everything works fine on their environments.

Could anynone help me ?
Thanks and advance !




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top