Overly nested method
Reports methods whose bodies are too deeply nested.
Methods with too much statement nesting may be confusing, and are a good sign that refactoring may be necessary.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
GroovyOverlyNestedMethod- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the Maximum nesting depth field to specify the maximum acceptable nesting depth a method might have.
Inspection options
Here you can find the description of settings available for the Overly nested method inspection, and the reference of their default values.
- Maximum nesting depth
5
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 242.22892 |