Reports
throw
statements inside of
finally
blocks. While occasionally intended, such
throw
statements may mask exceptions thrown from
try
-
catch
and thus tremendously complicate debugging.