[Soot-list] Problem with inline expansion using wjop etc

Eric Bodden eric.bodden at ec-spride.de
Fri Jan 11 04:22:04 EST 2013


> I was inlining a static method. So it should be Ok to be inlined, right?

That depends on what "inline" means. If this includes removing the
original method then that may be problematic, as your method is not
private.

Eric


More information about the Soot-list mailing list