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.