This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: yet another wrong compilation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]