| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| TreeWalker |
tabWidth
|
tabWidth
|
| SuppressionCommentFilter | ||
| SuppressWithNearbyCommentFilter |
checkFormat
commentFormat influenceFormat |
checkFormat
commentFormat influenceFormat |
| com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck |
annotationName
forbiddenElementValueRegexp elementName |
annotationName
forbiddenElementValueRegexp elementName |
| com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck |
annotationTargets
annotationNames |
annotationTargets
annotationNames |
| com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck | ||
| com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck |
requiredParameters
annotationName |
requiredParameters
annotationName |
| com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck | ||
| com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck |
collectionList
searchThroughMethodBody |
collectionList
searchThroughMethodBody |
| com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck |
customDeclarationOrder
caseSensitive fieldPrefix |
customDeclarationOrder
caseSensitive fieldPrefix |
| com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck | ||
| com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck |
allowedDuplicates
ignoreOccurrenceContext ignoreStringsRegexp highlightAllDuplicates |
allowedDuplicates
ignoreOccurrenceContext ignoreStringsRegexp highlightAllDuplicates |
| com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck |
allowPartialImplementation
|
allowPartialImplementation
|
| com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck |
ignoreThrowInElse
ignoreNullCaseInIf ignoreSequentialIf ignoreInnerIf multiplyFactorForElseBlocks |
ignoreThrowInElse
ignoreNullCaseInIf ignoreSequentialIf ignoreInnerIf multiplyFactorForElseBlocks |
| com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck | ||
| com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck | ||
| com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck | ||
| com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck | ||
| com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck |
forbiddenClassesRegexpFinal
forbiddenClassesRegexpStatic forbiddenClassesRegexpVolatile forbiddenClassesRegexpAnnotation forbiddenClassesRegexpPackagePrivate forbiddenClassesRegexpPublic forbiddenClassesRegexpProtected forbiddenClassesRegexpTransient forbiddenClassesRegexpPrivate |
forbiddenClassesRegexpFinal
forbiddenClassesRegexpStatic forbiddenClassesRegexpVolatile forbiddenClassesRegexpAnnotation forbiddenClassesRegexpPackagePrivate forbiddenClassesRegexpPublic forbiddenClassesRegexpProtected forbiddenClassesRegexpTransient forbiddenClassesRegexpPrivate |
| com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck |
argumentCount
methodName |
argumentCount
methodName |
| com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck |
matchMethodsByArgCount
checkCloneMethod checkReadObjectMethod |
matchMethodsByArgCount
checkCloneMethod checkReadObjectMethod |
| com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck | ||
| com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck |
ignoreMethods
ignoreCycles |
ignoreMethods
ignoreCycles |
| com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck |
loggingMethodNames
loggerFullyQualifiedClassName |
loggingMethodNames
loggerFullyQualifiedClassName |
| com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck | ||
| com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck |
allowRethrow
allowThrow |
allowRethrow
allowThrow |
| com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck |
ignoreEmptyReturns
ignoreMethodsNames minIgnoreReturnDepth maxReturnCount ignoreMethodLinesCount topLinesToIgnoreCount |
ignoreEmptyReturns
ignoreMethodsNames minIgnoreReturnDepth maxReturnCount ignoreMethodLinesCount topLinesToIgnoreCount |
| com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck | ||
| com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck |
ignoreCalculationOfBooleanVariablesWithAssert
ignoreCalculationOfBooleanVariables ignoreCalculationOfBooleanVariablesWithReturn |
ignoreCalculationOfBooleanVariablesWithAssert
ignoreCalculationOfBooleanVariables ignoreCalculationOfBooleanVariablesWithReturn |
| com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck |
forbiddenClasses
|
forbiddenClasses
|
| com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck |
targetConstantTypes
|
targetConstantTypes
|
| com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck | ||
| com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck |
exceptionClassNameRegex
|
exceptionClassNameRegex
|
| com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck |
proposeKeySetUsage
proposeEntrySetUsage proposeValuesUsage |
proposeKeySetUsage
proposeEntrySetUsage proposeValuesUsage |
| com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck |
ignoreTernaryOperatorsInBraces
ignoreIsolatedTernaryOnLine maxTernaryPerExpressionCount |
ignoreTernaryOperatorsInBraces
ignoreIsolatedTernaryOnLine maxTernaryPerExpressionCount |
| com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck |
allowReturnInEmptyMethodsAndConstructors
|
allowReturnInEmptyMethodsAndConstructors
|
| com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck | ||
| com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck |
maxDecimalSymbolsUntilUnderscore
minHexSymbolLength minBinarySymbolLength minDecimalSymbolLength maxHexSymbolsUntilUnderscore ignoreFieldNamePattern maxBinarySymbolsUntilUnderscore |
maxDecimalSymbolsUntilUnderscore
minHexSymbolLength minBinarySymbolLength minDecimalSymbolLength maxHexSymbolsUntilUnderscore ignoreFieldNamePattern maxBinarySymbolsUntilUnderscore |
| com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck | ||
| com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck | ||
| com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck | ||
| com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck | ||
| com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck | ||
| com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck | ||
| com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck | ||
| com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck | ||
| com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck |
severity
excludePackages allowOverridingParameter packages allowOverridingReturnValue |
severity
excludePackages allowOverridingParameter packages allowOverridingReturnValue |
| SuppressionXpathSingleFilter |
message
|
message
|
| SuppressionSingleFilter |
checks
message |
checks
message |
| Report id | Files | Violations | Severity-warning | Severity-error |
|---|---|---|---|---|
| base | 49025 | 330452 | 330447 | 5 |
| patch | 49025 | 330452 | 330447 | 5 |
| 0 files with differences | 0 changes in violations | 0 changes in violations | 0 changes in violations | |
| Report id | com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck | com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck | com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck | com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck | com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck | com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck | com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck | com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck | com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck | com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck | com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck | com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck | com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck | com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck | com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck | com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck | com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck | com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck | com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck | com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck | com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck | com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck | com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck | com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck | com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck | com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck | com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck | com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck | com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck | com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck | com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck | com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck | com.puppycrawl.tools.checkstyle.Checker | com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck | com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck | com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck | com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck | com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| base | 23 | 4655 | 3807 | 43774 | 3774 | 2 | 980 | 14261 | 59 | 18 | 15777 | 16288 | 2150 | 67182 | 81 | 164 | 15001 | 252 | 1226 | 1655 | 115 | 4646 | 88919 | 8662 | 2504 | 12816 | 15 | 121 | 609 | 1572 | 2379 | 34 | 5 | 2320 | 7548 | 1246 | 4262 | 1550 |
| patch | 23 | 4655 | 3807 | 43774 | 3774 | 2 | 980 | 14261 | 59 | 18 | 15777 | 16288 | 2150 | 67182 | 81 | 164 | 15001 | 252 | 1226 | 1655 | 115 | 4646 | 88919 | 8662 | 2504 | 12816 | 15 | 121 | 609 | 1572 | 2379 | 34 | 5 | 2320 | 7548 | 1246 | 4262 | 1550 |
| changes in violations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |