Instead of the usual -1 this kind of auto-javadoc feature request 
usually gets on the list (have a look at the archives) I would like to 
respond with a question:

Why do you want this feature?  Is there any information added in that 
piece of javadoc that was not already obvious from the method signature?

I would much prefer an option to generate the following javadoc to any 
newly created undocumented public method:

/**
  * Undocumented method added by $USER$ on $DATE$
  */

I think that the probability for properly documented code is higher in 
this case since undocumented methods would not pass undetected by 
looking like documented methods


/Fredrik



Juhana Riihim�ki wrote:

> Hi
> 
> I would like to have this feature added from eclipse project java editor:
> 
> example code line:
> 
> public String getName() throws Exception {
> 
> when i got to that line and select add javadoc i get:
> 
> /**
>  * Method getName
>  * @return String
>  * @throws Exception
>  */
> public String getName() throws Exception {
> 
> 
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features
> 
> 



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

Reply via email to