- this.reset(); - this.init(); + reset(); + init();
Why do you make these changes? A long time ago, we decided that
this.method()
is more readable and we want to use that :)
Is it? Sorry I might have missed that. It just looks so silly (there is no notion of local methods - so you can't mistake it for local method) ;-)
You can differ static from non-static methods.
Joerg
