[Soot-list] patch to allow adding methods during BodyTransformer

Phil Pratt-Szeliga pcpratts at syr.edu
Mon Apr 16 09:54:54 EDT 2012


Hi Eric,

Ah yes. We could also just use the return value from
SootClass.getMethods(). If we do this we have to make getMethods
return methodList rather than a copy. I don't know if that will break
other code yet, I haven't had time to setup executing the test cases
you have.

Phil

On Mon, Apr 16, 2012 at 6:56 AM, Eric Bodden <eric.bodden at ec-spride.de> wrote:
> Hi Phil.
>
> Thanks for the patch. I had a brief look. One question: Is it really
> necessary to have this method-queue field? Does this field not just
> hold a copy of the method list?
>
> Cheers,
> Eric


More information about the Soot-list mailing list