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 71777 - Support Java Docs on refactoring
Summary: Support Java Docs on refactoring
Status: RESOLVED DUPLICATE of bug 48296
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 22:10 UTC by abumujahed
Modified: 2008-04-28 17:16 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 abumujahed 2006-01-23 22:10:21 UTC
The IDE should generate the Gets and the Sets java docs when the "encapsulate
fileds" operation is executed.

ex: private String name;
should , in adition to generating the getName and setName methods also generate
the Java Docs for this.

Eclipse IDE has it for a long ... long .. time :)
Comment 1 Jan Pokorsky 2008-04-28 17:16:45 UTC
it will be added soon.

*** This issue has been marked as a duplicate of 48296 ***