| 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 |
|---|---|---|---|
| base | 41 | 108 | 108 |
| patch | 41 | 108 | 108 |
| 0 files with differences | 0 changes in violations | 0 changes in violations | |
| Report id | com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck | com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck | com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck | com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck | com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck | com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck |
|---|---|---|---|---|---|---|
| base | 43 | 1 | 1 | 59 | 3 | 1 |
| patch | 43 | 1 | 1 | 59 | 3 | 1 |
| changes in violations | 0 | 0 | 0 | 0 | 0 | 0 |