java - How to compute, for each method, the set of exceptions that method may throw, including runtime exceptions? -


i'm trying implement intra-procedural analysis computes, each method, set of exceptions method may throw, including runtime exceptions explicitly thrown means of throw statement.

so far, i'm lost on how start soot. can give me first hint?

you should @ implementations of throwsanalysis. analyses can parameterized make different assumptions statement can throw exceptions. analysis intra-procedural, however, i.e., have make coarse assumptions method calls. if want model method calls precisely recommend crafting inter-procedural analysis heros.

cheers, eric


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -