In Eclipse, how can I find all usages of a function in a Java app? What is the shortcut for that?
I tried with Ctrl+H to search by method, but it r
This is hackish, but if you temporarily change the method signature, it will create compile errors, which are easy to find.