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
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
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.
Right Click on the Corresponding Project and Click Find. Enter the method name and Click Find