[Soot-list] Probable problem in isAbstract method for SootMethod class

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Fri Mar 19 03:28:05 EDT 2010


Hello.

> I am wondering if this is what soot anticipates or is it a bug?

Good question. In my opinion it's correct because the method has no
implementation. From what I recall, interface methods are also always
abstract in bytecode, even when you don't specify them as such in
source code. (The same way they are also always implcicitly public.)

Eric


More information about the Soot-list mailing list