[Soot-list] Local variables with the same name/type in Jimple?

Eric Bodden eric.bodden at ec-spride.de
Mon Feb 25 03:51:14 EST 2013


Hi.

> there are two local variables for i as int type. Though it seems harmless in
> this case (and maybe in all the cases), I am wondering why this is allowed
> instead of renaming the second appearance of the same variable.

You have probable enabled the "keep original names" options. That
tries to give locals their original names, which is exactly what you
are seeing.

Cheers,
Eric


More information about the Soot-list mailing list