AnonInnerLength
|
Checks for long anonymous inner classes.
|
ExecutableStatementCount
|
Restricts the number of executable statements to a specified limit.
|
FileLength
|
Checks for long source files.
|
LambdaBodyLength
|
Checks lambda body length.
|
LineLength
|
Checks for long lines.
|
MethodCount
|
Checks the number of methods declared in each type declaration by access modifier
or total count.
|
MethodLength
|
Checks for long methods and constructors.
|
OuterTypeNumber
|
Checks for the number of types declared at the outer
(or root) level in a file.
|
ParameterNumber
|
Checks the number of parameters of a method or constructor.
|
RecordComponentNumber
|
Checks the number of record components in the header of a record definition.
|