| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| SeverityMatchFilter |
severity
acceptOnMatch |
severity
acceptOnMatch |
| SuppressionSingleFilter |
checks
files |
checks
files |
| SuppressionSingleFilter |
checks
files |
checks
files |
| SuppressWarningsFilter | ||
| SuppressWithPlainTextCommentFilter |
checkFormat
onCommentFormat offCommentFormat |
checkFormat
onCommentFormat offCommentFormat |
| JavadocPackage |
allowLegacy
|
allowLegacy
|
| NewlineAtEndOfFile | ||
| Translation |
requiredTranslations
|
requiredTranslations
|
| UniqueProperties | ||
| OrderedProperties | ||
| RegexpMultiline | ||
| RegexpMultiline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpMultiline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpMultiline |
format
matchAcrossLines message |
format
matchAcrossLines message |
| RegexpSingleline |
format
maximum minimum |
format
maximum minimum |
| RegexpSingleline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpSingleline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpSingleline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpSingleline |
fileExtensions
format message |
fileExtensions
format message |
| RegexpSingleline |
format
id message |
format
id message |
| RegexpSingleline |
format
id message |
format
id message |
| RegexpSingleline |
fileExtensions
format id message |
fileExtensions
format id message |
| RegexpOnFilename | ||
| RegexpOnFilename |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
| RegexpOnFilename |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
| RegexpOnFilename |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
fileNamePattern
match folderPattern regexp.filepath.mismatch |
| FileLength |
fileExtensions
|
fileExtensions
|
| LineLength |
fileExtensions
max ignorePattern |
fileExtensions
max ignorePattern |
| FileTabCharacter |
eachLine
|
eachLine
|
| TreeWalker | ||
| DesignForExtension |
ignoredAnnotations
|
ignoredAnnotations
|
| FinalClass | ||
| HideUtilityClassConstructor | ||
| InnerTypeLast | ||
| InterfaceIsType | ||
| MutableException | ||
| OneTopLevelClass | ||
| ThrowsCount |
max
|
max
|
| VisibilityModifier |
ignoreAnnotationCanonicalNames
|
ignoreAnnotationCanonicalNames
|
| SuppressionXpathSingleFilter |
message
|
message
|
| SuppressionSingleFilter |
checks
message |
checks
message |
| Report id | Files | Violations | Severity-warning | Severity-error |
|---|---|---|---|---|
| base | 49025 | 475844 | 475842 | 2 |
| patch | 49025 | 475843 (1 removed) | 475841 (1 removed) | 2 |
| 1 file with differences | 1 change in violations | 1 change in violations | 0 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck | com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck | com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck | com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck | com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck | com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck | com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck | com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck | com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck | com.puppycrawl.tools.checkstyle.Checker | com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck | com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck | com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck | com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck | com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| base | 2737 | 263 | 265 | 383 | 984 | 50586 | 75476 | 241 | 14543 | 2 | 1514 | 31964 | 11631 | 108655 | 8759 | 167841 |
| patch | 2737 | 263 | 265 | 383 | 984 | 50586 | 75476 | 241 | 14542 (1 removed) | 2 | 1514 | 31964 | 11631 | 108655 | 8759 | 167841 |
| changes in violations | 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 |