A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

AvoidConditionInversionCheck - Class in com.github.sevntu.checkstyle.checks.design
This Check helps to catch condition inversion cases which could be rewritten in a more
readable manner
There're cases where it's justified to get rid of such inversion without changing
the main logic.
AvoidConditionInversionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
 
AvoidConstantAsFirstOperandInConditionCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks that constants do not appear in the first operand of any condition.
AvoidConstantAsFirstOperandInConditionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
 
AvoidDefaultSerializableInInnerClassesCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check prevents the default implementation Serializable interface in inner classes (Serializable interface are default if methods readObject() or writeObject() are not override in class).
AvoidDefaultSerializableInInnerClassesCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
 
AvoidHidingCauseExceptionCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check prevents new exception throwing inside try/catch blocks without providing current exception cause.
AvoidHidingCauseExceptionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
 
AvoidModifiersForTypesCheck - Class in com.github.sevntu.checkstyle.checks.coding
Disallow some set of modifiers for Java types specified by regexp.
AvoidModifiersForTypesCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
 
AvoidNotShortCircuitOperatorsForBooleanCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check limits using of not short-circuit operators ("|", "&", "|=", "&=") in boolean expressions.
AvoidNotShortCircuitOperatorsForBooleanCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
 

B

beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
beginTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 
BINARY - com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
Denotes a binary literal.

C

CAMEL_PATTERN - Static variable in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Camel notation regular expression.
CauseParameterInExceptionCheck - Class in com.github.sevntu.checkstyle.checks.design
Checks that any Exception class which matches the defined className regexp have at least one constructor with Exception cause as a parameter.
CauseParameterInExceptionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
Creates the new check instance.
checkContainsAll(String, Jsr305AnnotationsCheck.NullnessAnnotation...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Emits a violation if all given annotations are found.
checkContainsAny(String, Jsr305AnnotationsCheck.NullnessAnnotation...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Emits a violation if any of the given annotations are found.
checkContainsNone(String, Jsr305AnnotationsCheck.NullnessAnnotation...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Make sure that none of the given annotations are present.
checkRedundancyDueToClassLevelAnnotation(String, Jsr305AnnotationsCheck.NullnessAnnotation...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Emits a violation if both this and the parent class have redundant nullness annotations.
CheckstyleTestMakeupCheck - Class in com.github.sevntu.checkstyle.checks.design
Custom check to ensure Checkstyle tests are designed correctly.
CheckstyleTestMakeupCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
ChildBlockLengthCheck - Class in com.github.sevntu.checkstyle.checks.design
This check detects the child blocks, which length is more then 80% of parent block length.
ChildBlockLengthCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
 
com.github.sevntu.checkstyle - package com.github.sevntu.checkstyle
Contains the miscellaneous utilities that are bundled with the main distribution.
com.github.sevntu.checkstyle.checks.annotation - package com.github.sevntu.checkstyle.checks.annotation
Contains the Annotation checks that are bundled with the main distribution.
com.github.sevntu.checkstyle.checks.coding - package com.github.sevntu.checkstyle.checks.coding
Contains the Coding checks that are bundled with the main distribution.
com.github.sevntu.checkstyle.checks.design - package com.github.sevntu.checkstyle.checks.design
Contains the Class Design checks that are bundled with the main distribution.
com.github.sevntu.checkstyle.checks.naming - package com.github.sevntu.checkstyle.checks.naming
Contains the Naming conventions checks that are bundled with the main distribution.
com.github.sevntu.checkstyle.checks.sizes - package com.github.sevntu.checkstyle.checks.sizes
Contains the Size checks that are bundled with the main distribution.
ConfusingConditionCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check prevents negation within an "if" expression if "else" is present.
ConfusingConditionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
 
ConstructorWithoutParamsCheck - Class in com.github.sevntu.checkstyle.checks.design
This check prohibits usage of parameterless constructors, including the default ones.
ConstructorWithoutParamsCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
 
CustomDeclarationOrderCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks that the parts of a class(main, nested, member inner) declaration appear in the rules order set by user using regular expressions.
CustomDeclarationOrderCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
Constructor to set default format.

D

DECIMAL - com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
Denotes a decimal literal.
DEFAULT_PATTERN - Static variable in class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
Default pattern for Values Enumeration names.
DEFAULT_PATTERN - Static variable in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Default pattern for enumeration values.
DiamondOperatorForVariableDefinitionCheck - Class in com.github.sevntu.checkstyle.checks.coding
This Check highlights variable definition statements where diamond operator could be used.
Rationale: using diamond operator (introduced in Java 1.7) leads to shorter code
and better code readability.
DiamondOperatorForVariableDefinitionCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
 

E

EitherLogOrThrowCheck - Class in com.github.sevntu.checkstyle.checks.coding
Either log the exception, or throw it, but never do both.
EitherLogOrThrowCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
 
EmptyPublicCtorInClassCheck - Class in com.github.sevntu.checkstyle.checks.coding
This Check looks for useless empty public constructors.
EmptyPublicCtorInClassCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
EnumValueNameCheck - Class in com.github.sevntu.checkstyle.checks.naming
Checks that enumeration value names conform to a format specified by the format property.
EnumValueNameCheck() - Constructor for class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
Creates a new EnumValueNameCheck instance.

F

FinalizeImplementationCheck - Class in com.github.sevntu.checkstyle.checks.coding
Validates finalize method implementation.
FinalizeImplementationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
 
finishTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
finishTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
finishTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
finishTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
finishTree(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 
ForbidAnnotationCheck - Class in com.github.sevntu.checkstyle.checks.annotation
Forbid specific annotation of variable,methods,class,package and other.
ForbidAnnotationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
 
ForbidAnnotationElementValueCheck - Class in com.github.sevntu.checkstyle.checks.annotation
Forbids specific element value for specific annotation.
ForbidAnnotationElementValueCheck() - Constructor for class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
 
ForbidCCommentsInMethodsCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check forbid to use C style comments into the method body.
ForbidCCommentsInMethodsCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
ForbidCertainImportsCheck - Class in com.github.sevntu.checkstyle.checks.coding
Forbids certain imports usage in certain packages.
ForbidCertainImportsCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
ForbidCertainMethodCheck - Class in com.github.sevntu.checkstyle.checks.coding
Check that forbidden method is not used.
ForbidCertainMethodCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
 
ForbidInstantiationCheck - Class in com.github.sevntu.checkstyle.checks.coding
Forbids instantiation of certain object types by their full classname.
ForbidInstantiationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
Creates the check instance.
ForbidReturnInFinallyBlockCheck - Class in com.github.sevntu.checkstyle.checks.coding
The finally block is always executed unless there is abnormal program termination, either resulting from a JVM crash or from a call to System.exit(0).
ForbidReturnInFinallyBlockCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
 
ForbidThrowAnonymousExceptionsCheck - Class in com.github.sevntu.checkstyle.checks.coding
This Check warns on throwing anonymous exception.
ForbidThrowAnonymousExceptionsCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
 
ForbidWildcardAsReturnTypeCheck - Class in com.github.sevntu.checkstyle.checks.design
Prevents using wildcards as return type of methods.
ForbidWildcardAsReturnTypeCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
 

G

getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
 
getAcceptableTokens() - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 
getAst() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Returns the ast.
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
 
getDefaultTokens() - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 
getForbiddenImportRegexp() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
Gets the regexp is used for matching forbidden imports.
getNextSubTreeNode(DetailAST, DetailAST) - Static method in class com.github.sevntu.checkstyle.SevntuUtil
Gets the next node of a syntactical tree (child of a current node or sibling of a current node, or sibling of a parent of a current node).
getParentMethodOrClassAnnotation(Jsr305AnnotationsCheck.NullnessAnnotation...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Gets the nullness annotation for the parent method or class.
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
 
getRequiredTokens() - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 
getSupportedOperandsNames(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
Searches for all supported operands names in current expression.
getThrowAST(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Looking for the keyword "throw" among current (aParentAST) node childs.

H

handle() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Run the actual handler.
hasModifier(int, DetailAST) - Static method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
Checks if class, interface, enumeration, method or field definition has an access modifier of specified type.
hasTrueOrFalseLiteral(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
Checks is the current expression has keywords "true" or "false".
HEX - com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
Denotes a hex literal.
HideUtilityClassConstructorCheck - Class in com.github.sevntu.checkstyle.checks.design
Make sure that utility classes (classes that contain only static methods) do not have a public constructor.
HideUtilityClassConstructorCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
 

I

IllegalCatchExtendedCheck - Class in com.github.sevntu.checkstyle.checks.coding
Catching java.lang.Exception, java.lang.Error or java.lang.RuntimeException is almost never acceptable.
IllegalCatchExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
 
InnerClassCheck - Class in com.github.sevntu.checkstyle.checks.design
Check nested (internal) classes to be declared at the bottom of the class after all methods (fields) declaration.
InnerClassCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
InterfaceTypeParameterNameCheck - Class in com.github.sevntu.checkstyle.checks.naming
Checks that interface type parameter names conform to a format specified by the format property.
InterfaceTypeParameterNameCheck() - Constructor for class com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
Creates a new InterfaceTypeParameterNameCheck instance.
isBooleanExpression(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
Checks that current expression is calculated using "|", "&", "|=", "&=" operators contains at least one Boolean operand.
isCommentNodesRequired() - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
isIllegalClassName(String) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Checks if given class is illegal.
isMethodOverridden() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Is the current method overridden.
isVoid(DetailAST) - Static method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Is the current symbol of void type.

J

Jsr305AnnotationsCheck - Class in com.github.sevntu.checkstyle.checks.coding
The Jsr305 annotations (annotations for software defect detection) contain a subset of "nullness" annotations that can be used to mark parameters as possibly null (@Nullable) or always non-null (@Nonnull), function return values as to be checked for null (@CheckForNull) or always non-null (@Nonnull) including defaults on class level (@ParametersAreNonnullByDefault, @ParametersAreNullableByDefault, @ReturnValuesAreNonnullByDefault).
Jsr305AnnotationsCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
Jsr305AnnotationsCheck.AbstractJsr305Handler - Class in com.github.sevntu.checkstyle.checks.coding
An abstract handler, the base for handling parameters, methods, classes.

L

leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
leaveToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
LineLengthExtendedCheck - Class in com.github.sevntu.checkstyle.checks.sizes
Checks for long lines.
LineLengthExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Creates a new LineLengthCheck instance.
LogicConditionNeedOptimizationCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check prevents the placement of local variables and fields after calling methods and instanceof in '&&' and '||' conditions.
LogicConditionNeedOptimizationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
 

M

MapIterationInForEachLoopCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check can help you to write the whole for-each map iteration more correctly.
MapIterationInForEachLoopCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
Creates default importList and mapImportClassesNamesList.
MoveVariableInsideIfCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks if a variable is only used inside if statements and asks for its declaration to be moved there too.
MoveVariableInsideIfCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
 
MSG_CONSTRUCTOR_WITH_RETURN_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_CONTRADICTING_CLASS_LEVEL_ANNOTATIONS - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_CONTRADICTING_RETURN_VALUE_ANNOTATIONS - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_ILLEGAL_CLASS_LEVEL_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_IN_NOT_DERIVED_CLASS - Static variable in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
Violation message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
A key is used to retrieve check message from 'messages.properties' file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
Message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
Key for error message.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
The key is pointing to the message text String in "messages.properties file".
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
A key to search the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
The key is pointing to the message text String in "messages.properties file".This message used for common cases.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
Key for error message.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
Violation message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
Key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
Violation message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Key for error message.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
Violation message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
Violation message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
This key points to the warning message in the "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Key for error message.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
Key for error message.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
Check message key for private types.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
Warning message key.
MSG_KEY - Static variable in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Warning message key.
MSG_KEY_ASSIGN - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_CLASS - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_CONFIG_NOT_ASSIGNED - Static variable in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
Violations message.
MSG_KEY_CONFIG_NOT_ASSIGNED_PROPERLY - Static variable in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
Violations message.
MSG_KEY_CONFIG_NOT_ASSIGNED_WITH - Static variable in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
Violations message.
MSG_KEY_CONFIG_NOT_FOUND - Static variable in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
Violations message.
MSG_KEY_CONSTRUCTOR - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_CTOR - Static variable in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_ENTRYSET - Static variable in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_ENUM - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_EXPR - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_FIELD - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_GETTER - Static variable in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_IDENT - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_INTERFACE - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_INVALID_SETTER - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_KEYSET - Static variable in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_LAMBDA - Static variable in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_LEADS - Static variable in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_LITERAL - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_METHOD - Static variable in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_METHOD - Static variable in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_MISSED_SUPER_FINALIZE_CALL - Static variable in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_MISSED_TRY_FINALLY - Static variable in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_PUBLIC_FINALIZE - Static variable in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_RETURN - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_SETTER - Static variable in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_STRING - Static variable in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Warning message key.
MSG_KEY_UNKNOWN_PROPERTY - Static variable in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
Violations message.
MSG_KEY_USELESS_FINALIZE - Static variable in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_KEY_VALUES - Static variable in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
The key is pointing to the warning message text in "messages.properties" file.
MSG_METHOD_REF - Static variable in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
A key is pointing to the warning message text in "messages.properties" file.
MSG_NEED_TO_INHERIT_PARAM_ANNOTATIONS - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_NOT_VALID_MULTI - Static variable in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Message code for format violations.
MSG_NOT_VALID_SINGLE - Static variable in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Message code for format violations.
MSG_OVERRIDDEN_METHOD_WITH_CHECK_RETURN_VALUE - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_OVERRIDDEN_METHODS_ALLOW_ONLY_NONNULL - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_OVERRIDDEN_WITH_INCREASED_CONSTRAINT - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_DEFINITION_WITH_NONNULL_BY_DEFAULT - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_DEFINITION_WITH_NULLABLE_BY_DEFAULT - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_DEFINITION_WITH_OVERRIDE - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_DEFINITION_WITH_RETURN_DEFAULT - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_DEFINITIONS_WITH_CHECK - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAM_NONNULL_AND_NULLABLE - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PARAMETER_WITHOUT_NULLNESS_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_PRIMITIVES_WITH_NULLNESS_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_REDUNDANT_NONNULL_BY_DEFAULT_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_REDUNDANT_NONNULL_PARAM_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_REDUNDANT_NONNULL_RETURN_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_REDUNDANT_NULLABLE_BY_DEFAULT_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_REDUNDANT_NULLABLE_PARAM_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_RETURN_VALUE_WITH_NONNULL_BY_DEFAULT - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_RETURN_VALUE_WITH_NULLABLE - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_RETURN_WITHOUT_NULLNESS_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_VAR_DECLARATIONS - Static variable in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
Warning message key.
MSG_VAR_DECLARATIONS_COMMA - Static variable in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
Warning message key.
MSG_VOID_WITH_CHECK_RETURN_VALUE_ANNOTATION - Static variable in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Key for violation message.
MSG_WITHOUT_ARGS - Static variable in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
Violation message key.
MultipleStringLiteralsExtendedCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks for multiple occurrences of the same string literal within a single file.
MultipleStringLiteralsExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
Construct an instance with default values.
MultipleVariableDeclarationsExtendedCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks that each variable declaration is in its own statement and on its own line.
MultipleVariableDeclarationsExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
 
mustCheckName(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck
 
mustCheckName(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
 

N

NameConventionForJunit4TestClassesCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check verifies the name of JUnit4 test class for compliance with user defined naming convention(by default Check expects test classes names matching ".+Test\\d*|.+Tests\\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\\d*|.+TestCases\\d*" regex).
NameConventionForJunit4TestClassesCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
 
NestedSwitchCheck - Class in com.github.sevntu.checkstyle.checks.design
This check ensures that there is no switch block inside other switch block.
NestedSwitchCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
NoMainMethodInAbstractClassCheck - Class in com.github.sevntu.checkstyle.checks.design
Forbids main methods in abstract classes.
NoMainMethodInAbstractClassCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
 
NoNullForCollectionReturnCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check report you, when method, that must return array or collection, return null value instead of empty collection or empty array.
NoNullForCollectionReturnCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
Default constructor.
NumericLiteralNeedsUnderscoreCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check verifies that large numeric literals are spaced by underscores.
NumericLiteralNeedsUnderscoreCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
 
NumericLiteralNeedsUnderscoreCheck.NumericType - Enum in com.github.sevntu.checkstyle.checks.coding
Type of numeric literal.

O

OverridableMethodInConstructorCheck - Class in com.github.sevntu.checkstyle.checks.coding
Detects overridable methods in constructors.
OverridableMethodInConstructorCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 

P

PreferMethodReferenceCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks that lambda usage can be replaced with method reference.
PreferMethodReferenceCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
 
PublicReferenceToPrivateTypeCheck - Class in com.github.sevntu.checkstyle.checks.design
This Check warns on propagation of inner private types to outer classes:
- Externally accessible method if it returns private inner type.
- Externally accessible field if its type is a private inner type.
These types could be private inner classes, interfaces or enumerations.

Examples:
PublicReferenceToPrivateTypeCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 

R

RedundantReturnCheck - Class in com.github.sevntu.checkstyle.checks.coding
Highlights usage of redundant returns inside constructors and methods with void result.
RedundantReturnCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
 
reportInvalidToken(int) - Static method in class com.github.sevntu.checkstyle.SevntuUtil
Reports passed token as unsupported by throwing IllegalArgumentException exception.
RequiredParameterForAnnotationCheck - Class in com.github.sevntu.checkstyle.checks.annotation
Check that annotation is used with all required parameters.
RequiredParameterForAnnotationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
 
RequireFailForTryCatchInJunitCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks if a try/catch block has a fail assertion at the end of a try block in a JUnit test method.
RequireFailForTryCatchInJunitCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
ReturnBooleanFromTernaryCheck - Class in com.github.sevntu.checkstyle.checks.coding
It is a bad practice to return boolean values from ternary operations.
ReturnBooleanFromTernaryCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
 
ReturnCountExtendedCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks that method/ctor "return" literal count is not greater than the given value ("maxReturnCount" property).

Rationale:

One return per method is a good practice as its ease understanding of method logic.
ReturnCountExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Creates the new check instance.
ReturnNullInsteadOfBooleanCheck - Class in com.github.sevntu.checkstyle.checks.coding
It is a bad practice to use Boolean type for ternary logic.
ReturnNullInsteadOfBooleanCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
runHandler() - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler
Run the actual handler.

S

setAllowCallToNoArgsSuperCtor(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
Sets flag to allowCallToNoArgsSuperCtor.
setAllowCallToNoArgsSuperCtorIfMultiplePublicCtor(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
Sets flag to allowCallToNoArgsSuperCtorIfMultiplePublicCtor.
setAllowedCauseTypes(String...) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
Sets the names of classes which would be considered as Exception cause.
setAllowedDuplicates(int) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
Sets the maximum allowed duplicates of a string.
setAllowOverridingParameter(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Sets the property for allowing overriding parameters.
setAllowOverridingReturnValue(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Sets the property for allowing overriding return values.
setAllowPartialImplementation(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
Set allow partly implementation serializable interface.
setAllowRethrow(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Enable(false) | Disable(true) warnings for "catch" blocks containing rethrowing an exception.
setAllowReturnInEmptyMethodsAndConstructors(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
Setter for allowReturnInEmptyMethodsAndConstructors.
setAllowReturnWildcardWithExtends(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for allowReturnWildcardWithExtends.
setAllowReturnWildcardWithSuper(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for allowReturnWildcardWithSuper.
setAllowThrow(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Enable(false) | Disable(true) warnings for "catch" blocks containing throwing an exception.
setAnnotationName(String) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
Sets Annotation Name Check property.
setAnnotationName(String) - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
The annotation name we are interested in.
setAnnotationNames(String...) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
Setter for annotationNames.
setAnnotationTargets(String...) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
Getter for annotationNames.
setApplyOnlyToRelationalOperands(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
Setter for applyOnlyToRelationalOperands.
setArgumentCount(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
Set number or range to match number of arguments of the forbidden method.
setBlockTypes(String...) - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
Sets allowed types of blocks to be checked.
setCaseSensitive(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
Set whether or not the match is case sensitive.
setCheckCloneMethod(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
Enable|Disable searching of calls to overridable methods from body of any clone() method is implemented from Cloneable interface.
setCheckDeprecatedMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkDeprecatedMethods.
setCheckOverrideMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkOverrideMethods.
setCheckPackageMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkPackageMethods.
setCheckPrivateMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkPrivateMethods.
setCheckProtectedMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkProtectedMethods.
setCheckPublicMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for checkPublicMethods.
setCheckReadObjectMethod(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
Enable|Disable searching of calls to overridable methods from body of any readObject() method is implemented from Serializable interface.
setClassAnnotationNameRegex(String) - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
Sets class test annotation name regexp for JUnit tests.
setClassAnnotationNames(String) - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
Sets regex which matches names of class annotations which require class to have public no-argument ctor.
setClassNameFormat(String) - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
Sets the classNameFormat based on the XML configuration value.
setClassNamesRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
Sets the regexp for the names of classes, that should be checked.
setCollectionList(String) - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
Setter for list of known collections.
setCreateMethodRegexp(Pattern) - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
setCtorAnnotationNames(String) - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
Sets regex which matches names of ctor annotations which make empty public ctor essential.
setCustomDeclarationOrder(String) - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
Set custom order declaration from string with user rules.
setDetectForExpression(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
Setter to enable detection for cases when method in lambda is invoked on expression.
setElementName(String) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
Sets Annotation Element Check property.
setExceptionClassNameRegex(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
Setter for pattern.
setExcludePackages(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Sets the excluded packages property.
setExpectedClassNameRegex(String) - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
Sets regexp to match 'expected' class names for JUnit tests.
setFieldPrefix(String) - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
Set prefix of class fields.
setForbiddenClasses(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
Sets a classNames&Paths for objects that are forbidden to instantiate.
setForbiddenClassesRegexpAnnotation(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'annotation' modifier.
setForbiddenClassesRegexpFinal(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'final' modifier.
setForbiddenClassesRegexpPackagePrivate(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have no modifier ('package-private').
setForbiddenClassesRegexpPrivate(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'private' modifier.
setForbiddenClassesRegexpProtected(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'protected' modifier.
setForbiddenClassesRegexpPublic(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'public' modifier.
setForbiddenClassesRegexpStatic(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'static' modifier.
setForbiddenClassesRegexpTransient(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'transient' modifier.
setForbiddenClassesRegexpVolatile(String) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
Sets the regexp for the names of classes, that could not have 'volatile' modifier.
setForbiddenElementValueRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
Sets Forbidden Element Value Pattern Check property.
setForbiddenImportsExcludesRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
Sets the regexp for excluding imports from checking.
setForbiddenImportsRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
Sets the regexp for matching forbidden imports.
setFormats(String...) - Method in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Method sets format to match Class Enumeration names.
setHighlightAllDuplicates(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
Sets highlight for all duplicates or only first.
setIgnoreBlockLinesCount(int) - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
Sets the maximum linelength of blocks that will be ignored by check.
setIgnoreCalculationOfBooleanVariables(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Sets flag to IgnoreCalculationOfBooleanVariables.
setIgnoreCalculationOfBooleanVariablesWithAssert(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Sets flag to IgnoreCalculationOfBooleanVariablesWithAssert.
setIgnoreCalculationOfBooleanVariablesWithReturn(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
Sets flag to IgnoreCalculationOfBooleanVariablesWithReturn.
setIgnoreClass(boolean) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Enable|Disable checking class declaration length.
setIgnoreConstructor(boolean) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Enable|Disable checking constructor declaration length.
setIgnoreCycles(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
Enable|Disable declaration checking in cycles.
setIgnoredClassNameFormat(String) - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
Sets the ignoredClassNameFormat based on the XML configuration value.
setIgnoredClassNamesRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
Sets the regexp for the names of classes, that should be ignored by check.
setIgnoreEmptyReturns(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets the "ignoring empty return statements in void methods and ctors and lambdas" option state.
setIgnoreField(boolean) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Enable|Disable checking field declaration length.
setIgnoreFieldNamePattern(String) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets the regexp pattern for field names to ignore.
setIgnoreInnerIf(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
Enable(true) | Disable(false) warnings for all inner "if".
setIgnoreIsolatedTernaryOnLine(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
Sets parameter to ignore expressions in case if ternary operator is isolated in line.
setIgnoreMethod(boolean) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Enable|Disable checking method declaration length.
setIgnoreMethodLinesCount(int) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets the maximum number of lines of which method/ctor/lambda body may consist to be skipped by check.
setIgnoreMethods(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
Enable|Disable declaration checking in Methods.
setIgnoreMethodsNames(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets the RegExp patterns for methods' names which would be ignored by check.
setIgnoreNullCaseInIf(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
Disable(true) | Enable(false) warnings.
setIgnoreOccurrenceContext(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
Adds a set of tokens the check is interested in.
setIgnorePattern(String) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Set the ignore pattern.
setIgnoreSequentialIf(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
Enable(true) | Disable(false) warnings for all "if" that follows the "else".
setIgnoreStringsRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
Sets regexp pattern for ignored strings.
setIgnoreTernaryOperatorsInBraces(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
Sets parameter to ignore ternary operators in braces, default value = true.
setIgnoreThrowInElse(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
Disable(true) | Enable(false) warnings.
setIllegalClassNames(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
Set the list of illegal classes.
setLoggerFullyQualifiedClassName(String) - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
Set logger full class name and logger simple class name.
setLoggingMethodNames(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
Set logging method names.
setMatchMethodsByArgCount(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
Enable|Disable matching methods by arguments count.
setMax(int) - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
Setter for maximum allowed nesting depth.
setMax(int) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
Setter for the field max.
setMaxBinarySymbolsUntilUnderscore(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters there can be until there must be an underscore (binary literals).
setMaxChildBlockPercentage(int) - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
Sets the maximum percentage ratio between child and parent block.
setMaxDecimalSymbolsUntilUnderscore(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters there can be until there must be an underscore (for decimal literals).
setMaxHexSymbolsUntilUnderscore(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters there can be until there must be an underscore (for hex literals).
setMaxReturnCount(int) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets maximum allowed "return" literals count per method/ctor/lambda.
setMaxTernaryPerExpressionCount(int) - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
Sets the maximum number of ternary operators, default value = 1.
setMethodAnnotationNameRegex(String) - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
Sets method test annotation name regexp for JUnit tests.
setMethodName(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
Set method name regex for the forbidden method.
setMinBinarySymbolLength(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters in a byte literal there must be before it checks for an underscore.
setMinDecimalSymbolLength(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters in a decimal literal there must be before it checks for an underscore.
setMinHexSymbolLength(int) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
Sets how many characters in a hex literal there must be before it checks for an underscore.
setMinIgnoreReturnDepth(int) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets the minimum "return" statement depth with that will be skipped by check.
setMultiplyFactorForElseBlocks(int) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
Sets multiplyFactorForElseBlocks field.
setPackageNameRegexp(String) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
Sets the regexp for matching package fully qualified name.
setPackages(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
Sets the included packages property.
setPrefix(String) - Method in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
Setter for prefix.
setProposeEntrySetUsage(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
Set aProcessingEntrySet.
setProposeKeySetUsage(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
Set aProcessingKeySet.
setProposeValuesUsage(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
Set aProcessingValue.
setRequiredParameters(String...) - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
The required list of parameters we have to use.
setReturnTypeClassNamesIgnoreRegex(String) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
Setter for returnTypeClassNamesIgnoreRegex.
setSearchThroughMethodBody(boolean) - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
Setter for searching through body of the method.
setSkippedMethods(String) - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
Sets custom skipped methods.
setSupportedMapImplQualifiedNames(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
Set user's map implementations.
setTargetConstantTypes(String...) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
Set target constant types.
setTopLinesToIgnoreCount(int) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
Sets the count of code lines on the top of each processed method/ctor that will be ignored by check.
setVerifyMethodRegexp(Pattern) - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
SevntuUtil - Class in com.github.sevntu.checkstyle
Simple utility class for all sevntu checks.
SimpleAccessorNameNotationCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check verify incorrect name of setter and getter methods if it used field with other name.
SimpleAccessorNameNotationCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
 
SingleBreakOrContinueCheck - Class in com.github.sevntu.checkstyle.checks.coding
This check restricts the number of break and continue statements inside cycle body (only one is allowed).
SingleBreakOrContinueCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
 
StaticMethodCandidateCheck - Class in com.github.sevntu.checkstyle.checks.design
Checks whether private methods can be declared as static.
StaticMethodCandidateCheck() - Constructor for class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 

T

TernaryPerExpressionCountCheck - Class in com.github.sevntu.checkstyle.checks.coding
Restricts the number of ternary operators in expression to a specific limit.

Rationale: This Check helps to improve code readability by pointing developer on
expressions which contain more than user-defined count of ternary operators.

It points to complicated ternary expressions.
TernaryPerExpressionCountCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
 

U

UniformEnumConstantNameCheck - Class in com.github.sevntu.checkstyle.checks.naming
Check forces enum constants to match one of the specified patterns and forces all the values to follow only one of the specified patterns.
UniformEnumConstantNameCheck() - Constructor for class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Constructs check with the default pattern.
UnnecessaryParenthesesExtendedCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks if unnecessary parentheses are used in a statement or expression.
UnnecessaryParenthesesExtendedCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
UPPERCASE_PATTERN - Static variable in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
Upper case notation regular expression.
UselessSingleCatchCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks for the presence of useless single catch blocks.
UselessSingleCatchCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
 
UselessSuperCtorCallCheck - Class in com.github.sevntu.checkstyle.checks.coding
Checks for useless "super()" calls in ctors.
UselessSuperCtorCallCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
 

V

valueOf(String) - Static method in enum com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
Returns an array containing the constants of this enum type, in the order they are declared.
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.InnerClassCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck
 
visitToken(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck
 

W

WhitespaceBeforeArrayInitializerCheck - Class in com.github.sevntu.checkstyle.checks.coding
This checks enforces whitespace before array initializer.
WhitespaceBeforeArrayInitializerCheck() - Constructor for class com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck
 
work(DetailAST) - Method in class com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck
Searches for wrong declarations and checks the their type.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages