Code Inspection: Overly nested function
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports a function whose body contains statements that are too deeply nested within other statements. Such functions may be confusing and indicate that refactoring may be necessary.
Use the field provided below to specify the maximum acceptable nesting depth allowed in a function.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.