the "throws exceptions" analysis reports "gigantic numbers of thrown exceptions"

Issue #69 resolved
Michael Eichberg repo owner created an issue

This issue is probably due to the fact that return instructions may throw an exception in case of an unbalanced use of the monitor (which should never be the case for Java based code).

Comments (3)

  1. Log in to comment