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

Summary: Intelligent javadoc comments for getter/setter methods
Product: java Reporter: neonbunny <neonbunny>
Component: BeansAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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()