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 116664 - Encapsulate Fields not checked
Summary: Encapsulate Fields not checked
Status: RESOLVED DUPLICATE of bug 118849
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 12:47 UTC by tofarr
Modified: 2008-04-28 17:42 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 tofarr 2007-09-25 12:47:06 UTC
When you right-click on the name of a class and select Refractor->Encapsulate Fields (to create set and get methods for
fields), all checkboxes are unchecked by default. (So no methods are created.) The user has to manually select the
fields they required. In previous releases, this worked in the opposite way - all boxes were ticked by default. Also, it
would be nice to see refractoring of javadoc comments, as described in issue 814154
Comment 1 Jan Pokorsky 2008-04-28 17:42:44 UTC
If you right click on the name the getter and the setter are selected automatically. For easy selections there will be
special buttons, see issue #118849. For comments there is an issue #48296.

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