soot icon indicating copy to clipboard operation
soot copied to clipboard

Implement interprocedural mightThrow analysis

Open StevenArzt opened this issue 10 years ago • 2 comments

The UnitThrowAnalysis class has a method "mightThrow(SootMethodRef)" which at the moment conservatively assumes that all exceptions might be thrown until we have a real interprocedural might-throw analysis. Any volunteers to implement one? It should not be too hard.

StevenArzt avatar Aug 04 '14 12:08 StevenArzt

Sounds like something one could do in a "Praktikum"...

ericbodden avatar Aug 05 '14 10:08 ericbodden

/assign

rohit777anand avatar Mar 08 '22 19:03 rohit777anand