soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.89k stars 708 forks source link

Implement interprocedural mightThrow analysis #227

Open StevenArzt opened 10 years ago

StevenArzt commented 10 years ago

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.

ericbodden commented 10 years ago

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

rohit777anand commented 2 years ago

/assign