Reports Javadoc comments and tags with the following problems:

Example:


  /**
   * Invalid tag name
   * @poram param description
   */
  public void sample(int param){
  }

Example:


  /**
   * Pointing to itself {@link #sample(int)}
   */
  public void sample(int param){
  }

Quick-fix adds the unknown Javadoc tag to the list of user defined additional tags.

Use textfield below to define additional Javadoc tags.

Use first checkbox to ignore duplicated 'throws' tag.

Use second checkbox to ignore problem with missing or incomplete first sentence in the description.

Use third checkbox to ignore references pointing to itself.