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 - Create/Remove getters/setters for fields automatically
Summary: Create/Remove getters/setters for fields automatically
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 03:29 UTC by cshbbrain
Modified: 2007-09-26 09:14 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 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.