>Don't know if anyone has suggested this yet, but...
>
>It would be nice if there were some functionality to 
>automatically copy javadoc
>documentation.
>
>For instance,
>-- the jde-wiz-implement-interface function would copy the 
>documentation from
>the interface source (if available)
>to the implementation documentation
>-- the jde-wiz-override-method function would copy the 
>documentation from the
>"super" class

These two probably should NOT copy the documentation down.  First off
javadoc already creates the link up to the correct class for you.  Second
then you have two places to keep teh exact same documentation up to date.
Trust me this can be a problem with large projects.

>-- the jde-javadoc-generate-javadoc-template function would 
>copy documentation
>from the "super" class if the method is an override

This one should just provide a @see tag.

Reply via email to