Posts by Ricardo Malikoski • 176 points
2 posts
-
2
votes2
answers169
viewsA: How to disable Eclipse code replacement for "setters"?
Simply that, when opening the window to define the names of the methods (this after you have right-clicked, or CTRL+1 above the field - in your example variavel), you mark the option keep field…
-
14
votes3
answers184
viewsA: Do you have an Eclipse feature that includes "this." before any variable where this is implied?
You can set this in Window->Preferences->Java->Code Style->Clean Up. Create a new profile, or edit the current one. Go on the tab Member Accesses. Marque: Use 'this' qualifies for field…