| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| TreeWalker | ||
| AvoidStarImport | ||
| AvoidStaticImport | ||
| CustomImportOrder |
thirdPartyPackageRegExp
separateLineBetweenGroups sortImportsInGroupAlphabetically specialImportsRegExp customImportOrderRules standardPackageRegExp |
thirdPartyPackageRegExp
separateLineBetweenGroups sortImportsInGroupAlphabetically specialImportsRegExp customImportOrderRules standardPackageRegExp |
| IllegalImport | ||
| ImportOrder |
ordered
sortStaticImportsAlphabetically groups separated option |
ordered
sortStaticImportsAlphabetically groups separated option |
| RedundantImport | ||
| UnusedImports | ||
| BooleanExpressionComplexity |
max
|
max
|
| ClassDataAbstractionCoupling |
excludedClasses
|
excludedClasses
|
| ClassFanOutComplexity |
max
excludedClasses |
max
excludedClasses |
| CyclomaticComplexity |
switchBlockAsSingleDecisionPoint
|
switchBlockAsSingleDecisionPoint
|
| JavaNCSS | ||
| NPathComplexity | ||
| ArrayTypeStyle | ||
| AvoidEscapedUnicodeCharacters |
allowIfAllCharactersEscaped
|
allowIfAllCharactersEscaped
|
| CommentsIndentation | ||
| DescendantToken | ||
| FinalParameters |
severity
|
severity
|
| Indentation |
throwsIndent
caseIndent basicOffset braceAdjustment |
throwsIndent
caseIndent basicOffset braceAdjustment |
| OuterTypeFilename | ||
| TodoComment |
format
|
format
|
| TodoComment |
todo.match
format id |
todo.match
format id |
| TrailingComment | ||
| UncommentedMain |
excludedClasses
|
excludedClasses
|
| UpperEll | ||
| ClassMemberImpliedModifier |
severity
|
severity
|
| InterfaceMemberImpliedModifier |
severity
|
severity
|
| ModifierOrder | ||
| RedundantModifier | ||
| SuppressionXpathSingleFilter |
message
|
message
|
| SuppressionSingleFilter |
checks
message |
checks
message |
| Report id | Files | Violations | Severity-warning | Severity-error |
|---|---|---|---|---|
| base | 49025 | 973644 | 973642 | 2 |
| patch | 49025 | 973643 (1 removed) | 973641 (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.metrics.CyclomaticComplexityCheck | com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck | com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck | com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck | com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck | com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck | com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck | com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck | com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck | com.puppycrawl.tools.checkstyle.checks.UpperEllCheck | com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck | com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck | com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck | com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck | commentStartWithSpace | com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck | com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck | com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck | com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck | com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck | com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck | com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck | com.puppycrawl.tools.checkstyle.Checker | com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| base | 9181 | 8964 | 1138 | 36795 | 18425 | 24417 | 485826 | 505 | 5642 | 473 | 9967 | 1885 | 6678 | 298 | 125555 | 34862 | 34963 | 40983 | 10245 | 22468 | 640 | 2414 | 11354 | 73552 | 2 | 6412 |
| patch | 9181 | 8964 | 1138 | 36795 | 18425 | 24417 | 485825 (1 removed) | 505 | 5642 | 473 | 9967 | 1885 | 6678 | 298 | 125555 | 34862 | 34963 | 40983 | 10245 | 22468 | 640 | 2414 | 11354 | 73552 | 2 | 6412 |
| changes in violations | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | Indentation | 'method call' child has incorrect indentation level 11, expected level should be 12. | 12 | 12 |