When creating a method with the Override Methods command,  if the Copy
Javadoc option
disabled, I suggest to add to the new method a small javadoc comment with a
short summary
like:

  /**
   * Overriding method toString()
   */
  public String toString()
  {
    return 'xyz';
  }

Currently IDEA adds no javadoc and the method looks 'headless' without the
preceding
javadoc block.

Thanks,

Tal




_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to