Find methods calls in Eclipse project

后端 未结 6 502

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:38

    Move the cursor to the method name. Right click and select References > Project or References > Workspace from the pop-up menu.

提交回复
热议问题