Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ThrowFromFinallyBlock.html
blob: e43d8d989f3fdc86377d897416bbff320d83fceb [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
throw
</b>
statements inside of
<b>
finally
</b>
blocks. While occasionally intended, such
<b>
throw
</b>
statements may mask exceptions thrown, and
tremendously complicate debugging.
<!-- tooltip end -->
<p>
</body>
</html>