简体   繁体   中英

How can I enable Javadoc warnings in Eclipse?

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.

Window > Preferences > Java > Compiler > Javadoc

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM