Ceki G�lc� <[EMAIL PROTECTED]> writes:
> People who repeatedly forget to type "this" represent a minority and
> should perhaps look to exercise a different profession.
Agreed.
> The problem with
>
> public void setSomething(Object something){
> this.something = something;
> }
>
> is
>
> public void setSomethingComplicated(Object sometingComplicateed){
> this.somethingComplicated = somethingComplicated;
> }
There's only possibility of problem there when you don't copy and
paste your variable names.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>