+1

This is a great idea.  Maybe it could just be an option from the Select
fields dialog for auto creating the getters/setters.

Marc

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Frederking
Christian EXT
Sent: Wednesday, April 17, 2002 1:18 PM
To: '[EMAIL PROTECTED]'
Subject: [Eap-features] Req: Standard Javadoc torso for standard access
methods (getter/s etter)


Hi,

I'd like to suggest a useful small extension to the JavaDoc generator:

I would have liked to not have to type in this javadoc myself. ;-)
- except for the non-obvious part, of course.

    /**
     * Standard access method
     * @return current AREA partial key for the Item described in this Item
object.
     * @see #itemdataAREA
     */
    public String getArea() {
        return itemdataAREA;
    }

I think the information in the above sample method could be used to build
this

    /**
     * Standard access method
     * @return value in field itemdataAREA
     * @see #itemdataAREA
     */

in a single invocation ?

Thank you
Christian Frederking

_______________________________________________
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