Hi,
i've read in the eclipse help that it is possible to "Delete getters and setters together with a field". I somehow cannot manage to get it work. Does somebody use this feature and could give me a hint what i'm doing wrong? In the eclipse help file the following is written: "When you delete a field from within a view, Eclipse can propose deleting its Getter and Setter methods. If you use a name prefix or suffix for fields, be sure to specify this in the Java > Code Style preference page." The way i understand it, eclipse should somehow ask me if i want to delete the getter and setter methods for a field that i just removed without any special configuration. This seems not to work. Thanks in advance for help.
kukudas