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 53148 - Automatically update javadoc on Encapsulate Fields > Do Refactoing
Summary: Automatically update javadoc on Encapsulate Fields > Do Refactoing
Status: RESOLVED DUPLICATE of bug 48296
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 02:31 UTC by Charlie Hunt
Modified: 2005-05-20 09:49 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 Charlie Hunt 2005-01-10 02:31:28 UTC
When doing a Refactor > Encapsulate Fields > Do
Refactoring when you have asked to add getter and
setter accessors, the IDE should also generate the
javadoc automatically for the getter and setter
methods, especially if there public getter and
setter accessors. It might also make sense to have
a checkbox in the output window identifying that
it will udpate the javadoc for getter / setter
accessors. In addition, if you undo the
Refactoring, it should also undo the javadoc update.

Currently, the javadoc for a refactoring using
Encapsulate Fields does not change the
affected method's javadoc automatically. You have
to do it in a separate command or do it manually.

See a related issue: 
53147 "Automatically update javadoc on Change
Method Parameters > Do Refactoing"
Comment 1 Jan Becicka 2005-05-20 09:49:13 UTC

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