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 70611

Summary: Create/Remove getters/setters for fields automatically
Product: java Reporter: cshbbrain <cshbbrain>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description cshbbrain 2005-12-20 03:29:58 UTC
I hope that When I create a new field in a java file editor,after that the 
editor provide the function for me to create the getter and setter method for 
the new field.And When I delete the field, the editor will delete the getter 
and setter method for the field.
When I delete a method in the java file editor,the editor will delete all the 
usage of the method fro me.
Comment 1 Miloslav Metelka 2007-01-05 15:45:11 UTC
Changed subject to non-Japanese.
Reassigning to java for evaluation.
Comment 2 Jan Becicka 2007-09-19 15:45:42 UTC
Automatic deletion of getters and setters is dangerous for users.