I like 1 and 2, don't care about 3.  I agree all {} usage should be
consistent.

I do not like the extra blanks in 

    public GenerationManager( TemplateSubTask subtask ) 

preferring

    public GenerationManager(TemplateSubTask subtask) 



On 2002.05.04 06:41:15 -0400 Ara Abrahamian wrote:
> 1.
> class blabla
> {            <-new line
> 
> 2.
> public void blabla()
> {            <-new line
> 
> 3. Remove all those nonsense @todo-javadoc items:
>     /**
>      * @todo-javadoc   Describe the field
>      */
> 
> 
> 
> I also like this one but can live w/o it (again blanks before/after):
> 
>     public GenerationManager( TemplateSubTask subtask )    <- (blank
> blank)
> 
> 
>         Log log = LogUtil.getLog( GenerationManager.class, "xml" );
> 
> Ara.
> 

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to