This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 35858 - Intelligent javadoc comments for getter/setter methods
Summary: Intelligent javadoc comments for getter/setter methods
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker with 2 votes (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 14:56 UTC by neonbunny
Modified: 2010-09-23 08:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description neonbunny 2003-09-01 14:56:03 UTC
Reuse the javadoc comments for global variables in
the javadoc comment for the automatically
generated getter/setter methods.

e.g. :
/** my secret number */
private int secretNumber;

/** Getter for my secret number */
... int getSecretNumber()