summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/NestingDepth.html
blob: f658efd3a6846ed2bae52a69837b082ba383765d (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
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.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum nesting depth a method is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>