Files
openide/java/java-impl/resources/inspectionDescriptions/NestedTryStatement.html
2025-02-05 04:43:28 +00:00

9 lines
257 B
HTML

<html>
<body>
Reports nested <code>try</code> statements.
<p>Nested <code>try</code> statements
may result in unclear code and should probably have their <code>catch</code> and <code>finally</code> sections
merged.
<!-- tooltip end -->
</body>
</html>