I am in the process of converting some code, however due to the nature of the beast
I need to find out where the method is called from (cycle through all locations?)
Is there an easy way in Eclipse to find out wherever a particular method is called?(in other java/classes/files)(all in my 1 project though) I am having trouble finding a search function for this
I was thinking it had to deal with Call Hierarchy or references or something but always come up short