...agree, these kind of comments are mostly useless. I point out to my prior request to enable code completion inside comments (javadocs). This would make the writing of javadocs much more easier.
Thomas #please alway use [EMAIL PROTECTED] > -----Original Message----- > From: Thomas Singer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 5:56 PM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-features] JavaDoc completion > > > But do not autogenerate the comments! > > I hate useless comments like the following, autogenerated > with Netbeans. > They do not offer any more info than the method name, but > clutters the code > and makes the file harder to read. > > /** > * Getter for property useHeadIfNotFound. > * @return Value of property useHeadIfNotFound. > */ > public boolean isUseHeadIfNotFound() > { > return useHeadIfNotFound; > } > > /** > * Setter for property useHeadIfNotFound. > * @param useHeadIfNotFound New value of property > useHeadIfNotFound. > */ > public void setUseHeadIfNotFound(boolean useHeadIfNotFound) > { > this.useHeadIfNotFound = useHeadIfNotFound; > } > > Best regards > Thomas Singer > > At 16:55 13.11.01 +0100, you wrote: > >Hi, > >please include a automatic javadoc completion for methods. It should > >generate a standard javadoc block (customized by templates) > which includes > >all the parameters, return types, exceptions etc. of the > method below. > > > >Thanks. > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > ---------------------------------------------------------------------------------- Diese eMail wurde durch einen Geschaeftspartner der comdirect bank vom eMail Server der comdirect bank AG verschickt. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
