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

Summary: Encapsulate Fields not checked
Product: java Reporter: tofarr <tofarr>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***