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: yet another wrong compilation


>      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);
    }

BTW, what tool are you using to decompile the byte code?

Regards,
Chris Dean


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