26

Is it possible in Eclipse to have the warnings displayed in the editor about Javadoc issues. for example, I often rename / change parameters of methods and forget to update the Javadoc accordingly.

This would be great to notice that before the next Javadoc compilation.

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
Raphael Jolivet
  • 3,940
  • 5
  • 36
  • 56

1 Answers1

31

Window > Preferences > Java > Compiler > Javadoc

When renaming use the refactor option - ALT + SHIFT + R. It will automatically rename javadoc param names as well.

Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140