summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ClassNestingDepth.html
blob: 5d19449ca9f3e3d11ba680e0416d738d84c5f3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
Reports inner classes too deeply nested. Nesting inner classes inside
inner classes is almost certain to be confusing, and is a good sign that refactoring may be necessary.
<!-- tooltip end -->
<p>
Use the field provided below to specify the maximum acceptable nesting depth a class might have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>