How can I find references of a class in Eclipse?
Put the mouse cursor/caret on the class or method name in source code and hit Ctrl+Shift+G.
- Right-click the class in project explorer, or in the editor
- Select
References -> Project
(or the other options, if they fit your case better)