-10
That's a feature, Netbeans has, isn't it. I don't like it, because it 
produces useless comments like the following:

         /** Holds value of property noTags.
          */
         private boolean noTags;

         /** Getter for property noTags
          * @return Value of property noTags.
          */
         public boolean isNoTags() {
                 return noTags;
         }

         /** Setter for property noTags
          * @param noTags New value of property noTags.
          */
         public void setNoTags(boolean noTags) {
                 this.noTags = noTags;
         }

I would rather like to see an assistant (comment-completion or dialog -- 
does not matter), that *helps* you writing comments. But it definitely 
should *not* write comments automatically.

Best regards
Thomas Singer

At 11:18 28.11.01 +0100, you wrote:
>hi folks,
>
>i don't know if this feature exists, nevertheless i will request it.
>i don't mean the generation of the javadoc itself, rather i mean
>the automatic generation of javadoc comments for the code.
>so the generate javadoc comments button, will go through all
>java files and comment the class, the constructors and the methods
>with empty javadoc comments. for methods and constructors
>the action have to comment the parameters and return type.
>
>so what do you mean?
>regards, ercano


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

Reply via email to