After making some changes to a method, I find it utterly annoying to have to manually re-factor the Javadoc source comment immediately preceding the method call. Is there a way to get Eclipse to automatically do this for you?
Share
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.
I think that the only way to let eclipse automatically update your Java Doc based on the changes that you have done in the method signature is do the changes from the eclipse own menu function :
If you change a the method signature from here you get automatically updated the JAvadoc comment, otherwise you have to delete the entire javadoc comment and recreate it typing :