[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with 1.2.4 classfiles.. ?



> Don't look at the Jimple code, look at the classfile itself.
> It has: INVOKEVIRTUAL AbstractValueBox.canContainValue().
> 
> This makes slightly more sense, if you think of an abstract class
> that implements an interface as having "implicit" abstract methods
> for all unimplimented interface methods.


I ran into this issue, or one very similar to it, when building my
bytecode analysis tool four or five years ago, so I don't think it's a
1.2.4 problem.

Derek.