Find methods calls in Eclipse project

后端 未结 6 475

I have a class X containing method myMethod(). I would like to find locations in all projects in my current workspace where this myMethod() is being called. I cannot use any

6条回答
  •  情深已故
    2020-11-30 21:37

    Go to the method in X.java, and select Open Call Hierarchy from the context menu.

提交回复
热议问题