Joerg Heinicke wrote:

On 10.12.2003 18:11, Vadim Gritsenko wrote:

 -        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.


No, you can't. Example: this.ROLE will compile just fine.

BTW, you can see this in my today's commit, log: static access.

Vadim




Reply via email to