You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Frank W. Zammetti" <fz...@omnytex.com> on 2005/02/17 19:04:56 UTC

[OT] Auto comment generation

Anyone know of a tool (Eclipse plug-in perhaps?) that will take a Java
source file and put javadoc comments (a skeleton basically) before each
method, that will include all parameters, methods and throws?, and then I
just have to fill in the details?  Thanks!

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] Auto comment generation

Posted by Larry Meadors <la...@gmail.com>.
In eclipse, you can do them one at a time easily:

Go above the method, and type /** and press enter. 

It fills in the skeleton for you.

You can also press Alt+Shift+J while in the method to do the same thing.

Larry


On Thu, 17 Feb 2005 13:04:56 -0500 (EST), Frank W. Zammetti
<fz...@omnytex.com> wrote:
> Anyone know of a tool (Eclipse plug-in perhaps?) that will take a Java
> source file and put javadoc comments (a skeleton basically) before each
> method, that will include all parameters, methods and throws?, and then I
> just have to fill in the details?  Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] Auto comment generation

Posted by Ashish Kulkarni <ku...@yahoo.com>.
Hi
http://jalopy.sourceforge.net/

this is a pretty cool plug-in to format the code as
well as add java documentation

Ashish 
--- "Frank W. Zammetti" <fz...@omnytex.com> wrote:

> Anyone know of a tool (Eclipse plug-in perhaps?)
> that will take a Java
> source file and put javadoc comments (a skeleton
> basically) before each
> method, that will include all parameters, methods
> and throws?, and then I
> just have to fill in the details?  Thanks!
> 
> -- 
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> user-unsubscribe@struts.apache.org
> For additional commands, e-mail:
> user-help@struts.apache.org
> 
> 



		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org