开发者

How do I find method calls?

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 ca开发者_开发技巧lled.


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).


Right Click on the Corresponding Project and Click Find. Enter the method name and Click Find


You should right click the method and look for something like ' Call stack'

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜