Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
NestedTryStatement.html
blob: dba3c9a99dd1aa57a169f9a3d98b9f4bd732e76b [
file
] [
log
] [
blame
]
<html>
<body>
Reports nested
<b>
try
</b>
statements. Nested
<b>
try
</b>
statements
may result in confusing code, and should probably have their
<b>
catch
</b>
and
<b>
finally
</b>
sections
merged.
<!-- tooltip end -->
<p>
</body>
</html>