[Soot-list] How to throw exceptions within a series of multiple soot analyses

Nicolas Müller muellern at informatik.uni-freiburg.de
Fri Dec 9 05:24:38 EST 2016


Dear All,

i would very much appreciate any help on the following issue:
When running multiple soot analyses in sequence (for example, in a sequence of unit tests), what is the best way to throw exceptions?
For me, as soon as the first exception is thrown, Soot aborts and wont process the other files correctly, probably because of some singleton object not being reset properly.
G.reset() does not improve things.

Thanks you,
N. Müller


More information about the Soot-list mailing list