Eclipse find references for method

In Eclipse Kepler you can configure the search to filter out all Potential Matches (when using References - Workspace / Project or Hierarchy. To activate the filter, click the small down-arrow at the right top of the Search view and activate the Potential Matches check-box. enter image description here


Find references in Project relies on method name, that's why it's not accurate. Try using Call Hierarchy.


With get highlighted, hit Ctrl+Shift+G. It'll come up with a list of results in the search tab/window. It'll find all references within your workspace. It does it via proper references, and not a plain text search.