soot-oss / soot

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

Spark: Do not abort with an exception when encountering weird code #2062

Closed MarcMil closed 4 months ago

MarcMil commented 4 months ago

Previously, when we see that the returned value of a method call to a void method is used, we would throw an exception and abort