I like all the pieces of my properties to be all together (principal of Close
Proximity of Related Components -- that must be in some computer science book
or other). That is, the instance variable (if any) the getter and the setter
should all be right next to each other, on three lines if possible :). In
fact, something along the lines of optimize imports which could 'compact
properties' which would take all the pieces of my properties (more likely from
legacy code, not me :) and squish them all together would be great.
Damian Penney wrote:
> Specifically I'd like to be able to create getter/setters that are on one
> line as most of the time they don't anything other than assigning or
> returning a variable.
>
> The end result would look something like this..
>
> public void setSomething(String something) { this.something = something; }
> public void setElse(String else) { this.else = else; }
>
> Damian Penney
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features