How do I find method calls?

前端 未结 3 1981
名媛妹妹
名媛妹妹 2021-01-08 01:18

In NetBeans, how can I find out where methods are being called?

I have one particular method in a big project and can\'t find where its being called.

3条回答
  •  天命终不由人
    2021-01-08 01:37

    There is a Find Usages menu item when you right-click on a method name.

    Or place your cursor on the method name and press Alt+F7 (Find Usages) and Alt+SHIFT+u (to show the Find Usages results).

提交回复
热议问题