Package com.puppycrawl.tools.checkstyle.checks.sizes
Contains the Size Violations checks
that are bundled with the main distribution.
-
Class Summary Class Description AnonInnerLengthCheck Checks for long anonymous inner classes.ExecutableStatementCountCheck Restricts the number of executable statements to a specified limit.ExecutableStatementCountCheck.Context Class to encapsulate counting information about one member.FileLengthCheck Checks for long source files.LambdaBodyLengthCheck Checks lambda body length.LineLengthCheck Checks for long lines.MethodCountCheck Checks the number of methods declared in each type declaration by access modifier or total count.MethodCountCheck.MethodCounter Marker class used to collect data about the number of methods per class.MethodLengthCheck Checks for long methods and constructors.OuterTypeNumberCheck Checks for the number of types declared at the outer (or root) level in a file.ParameterNumberCheck Checks the number of parameters of a method or constructor.RecordComponentNumberCheck Checks the number of record components in the header of a record definition.