blob: f1704928eb0c414a598f38800c27c1cc8edc44d4 [file] [log] [blame]
<html>
<body>
Reports anonymous inner classes with too high of a total complexity. The
total complexity of a class is the sum of the cyclomatic complexities of all the methods
and initializers the class declares. Inherited methods and initializers are not counted
toward the total complexity. Anonymous classes with more than very low complexities may be
difficult to understand, and should probably be promoted to become named inner classes.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum complexity a class is allowed to have.
<p>
</body>
</html>