Back to Intellij Community

NestingDepth

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

2025.3-rc-2275 B
Original Source

Reports methods whose body contain too deeply nested statements.

Methods with too deep statement nesting may be confusing and are a good sign that refactoring may be necessary.

Use the Nesting depth limit field to specify the maximum allowed nesting depth for a method.