I have cloned several Java project from a few git repositories and I would like to know what methods from a specific are being used and how often.
When I search online all I can find are questions about either how often a method gets called at runtime, or how many reference there are to unique methods but not how many reference to the same methods.
EDIT Using the search function in Eclipse isn't a possibility either because while it shows me where a certain method is used I need to search for over 400 methods in quite a few interfaces.