If you use JavaDoc at all, turn on Process JavaDoc comments. By default this detects:
@throws tags for checked exceptions that aren't thrown
@param tags that don't match any actual arguments
@see tags that don't seem to point anywhere
Autocorrect can fill in most missing tags