yet another wrong compilation

Vladimir Tsichevski wowa1@online.ru
Sat Mar 22 07:36:00 GMT 2003


Hi Chris,

>>      public bug$object getChildren() {
>>         return bug.myFunc(this, this.this$0.path);
>>      }
>...
>> as you may see the getChildren() method was applied to wrong object:
>> this.this$0 (should be just `this').
>
>Hmm.  What version of kawa are you running?  With the latest CVS build I
>get (via jad v1.5.7f):
>
>    public object getChildren() {
>        return bug.myFunc(this, path);
>    }
>  
>
You are right, I got this error at workplace, but I could not reproduce 
it at home with slightly different kawa "incarnation".
Sorry for possible inconvenience.

>BTW, what tool are you using to decompile the byte code?
>
I use jode 1.1.1

>
>Regards,
>Chris Dean
>  
>
Regards,

Vladimir



More information about the Kawa mailing list