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.