"Vollmer, Thomas - CannonSA" <[EMAIL PROTECTED]> wrote:
> Also, please add "this." to generated getters.

I would vote for this being an option. I personally don't like using "this."
because I don't like to have parameters with the same name as member
variables. My parameters always start with "in" so my setters are like this:

  public void setFoo( String inFoo ) { foo = inFoo; }

IDEA handles this automatically very well.



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to