Back to Intellij Community

NestedTryStatement

java/java-impl/resources/inspectionDescriptions/NestedTryStatement.html

2025.3-rc-2154 B
Original Source

Reports nested try statements.

Nested try statements may result in unclear code and should probably have their catch and finally sections merged.