MethodCalls which may throw exceptions are not handled properly by l0.TypeLevelInvokeInstructions

Issue #65 resolved
Michael Eichberg repo owner created an issue

Using the TypeLevelInvokeInstructions domain all method calls are only expected to throw exceptions that are handled within the method; this lead to the construction of totally unsound control-flow graphs because all method calls that may abnormally abort a method are not treated as such.

Comments (3)

  1. Log in to comment