How to find usages using Eclipse IDE?

后端 未结 7 1385
逝去的感伤
逝去的感伤 2020-12-25 09:49

I have following code:

public class MyClass{
   ...
}

At same workspace I have following class

public class AnotherClass{
          


        
7条回答
  •  梦毁少年i
    2020-12-25 10:21

    Right click on Myclass, find references in project|workspace.

    Open call hierarchy, open inheritance hierarchy.

提交回复
热议问题