tags:

views:

29

answers:

2

In netbeans how can i find out where methods are being called - i have one particular method in a big project ad cant find where its being called

thanks

+1  A: 

There is a Find Usages menu item, IIRC when you right-click on a method name. Or place your cursor on the method name and press Alt+u (default key binding for find usage) and there you go.

The MYYN
thank you very much
tommy
Alt+u (by default, you can change it though) and there you go.
Adeel Ansari
A: 

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

Sri Kumar