-10!

These JavaDocs are absolutely unnecessary and only make the code
harder to read. Or do they tell you more than the method name already
does?

Tom


On Sun, 21 Jul 2002 18:19:18 +0300, "Gokcer Gokdal" <[EMAIL PROTECTED]>
wrote:

> I saw a nice feature in Ecslipse. While it creates getters and setters, it
> also creates some javadoc related with them. Idea can do it, also in
> addition I offer puttink links to related field if field is public. Fo
> example;
> 
> public class Dummy {
>     public Type field1;
>     protected Type field2;
>     /**
>     * Getter for {@link field1}. <=== Link!
>     */
>     public Type getField1(){
>         return field1;
>     }
>     /**
>     * Getter for field2   <=== No link!
>     */
>     public Type getField2(){
>         return field2
>     }
> }
> Same for setters...
> 
> 

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

Reply via email to