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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).