| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| TreeWalker |
tabWidth
|
tabWidth
|
| com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck |
blockTypes
maxChildBlockPercentage ignoreBlockLinesCount |
blockTypes
maxChildBlockPercentage ignoreBlockLinesCount |
| com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck |
checkProtectedMethods
checkDeprecatedMethods allowReturnWildcardWithSuper checkPrivateMethods checkPublicMethods checkOverrideMethods returnTypeClassNamesIgnoreRegex checkPackageMethods allowReturnWildcardWithExtends |
checkProtectedMethods
checkDeprecatedMethods allowReturnWildcardWithSuper checkPrivateMethods checkPublicMethods checkOverrideMethods returnTypeClassNamesIgnoreRegex checkPackageMethods allowReturnWildcardWithExtends |
| com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck | ||
| com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck | ||
| com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck |
skippedMethods
|
skippedMethods
|
| com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck |
ignoredClassNameFormat
classNameFormat |
ignoredClassNameFormat
classNameFormat |
| com.github.sevntu.checkstyle.checks.design.InnerClassCheck | ||
| com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck | ||
| com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck | ||
| com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck | ||
| com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck | ||
| com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck | ||
| com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck |
format
|
format
|
| com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck |
format
|
format
|
| com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck |
formats
|
formats
|
| com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck |
ignoreClass
ignoreConstructor ignoreMethod max ignoreField ignorePattern tabWidth |
ignoreClass
ignoreConstructor ignoreMethod max ignoreField ignorePattern tabWidth |
| SuppressionXpathSingleFilter |
message
|
message
|
| SuppressionSingleFilter |
checks
message |
checks
message |
| Report id | Files | Violations | Severity-warning | Severity-error |
|---|---|---|---|---|
| base | 49025 | 194172 | 194171 | 1 |
| patch | 49025 | 194171 (1 removed) | 194170 (1 removed) | 1 |
| 1 file with differences | 1 change in violations | 1 change in violations | 0 changes in violations | |
| Report id | com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck | com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck | com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck | com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck | com.github.sevntu.checkstyle.checks.design.InnerClassCheck | com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck | com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck | com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck | com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck | com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck | com.puppycrawl.tools.checkstyle.Checker | com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck | com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck | com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck | com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck | com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck | com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| base | 483 | 883 | 109210 | 605 | 51778 | 242 | 5253 | 14 | 3026 | 15180 | 1 | 4762 | 1435 | 897 | 52 | 272 | 79 |
| patch | 483 | 883 | 109210 | 605 | 51778 | 242 | 5253 | 14 | 3026 | 15179 (1 removed) | 1 | 4762 | 1435 | 897 | 52 | 272 | 79 |
| changes in violations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 8 | 1 |