summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ClassComplexity.html
blob: e57f1a74bfb34cbf95533cdb9ed629a21e770f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
Reports classes with too high of a total complexity. The
total complexity of a <b>class</b> is the sum of the cyclomatic complexities of all the methods
and initializers the <b>class</b> declares. Inherited methods and initializers are not counted
toward the total complexity.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum complexity a class is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>