Index

A B C D E F G I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractQuliceMojo - Class in com.qulice.maven
Abstract mojo.
AbstractQuliceMojo() - Constructor for class com.qulice.maven.AbstractQuliceMojo
 
add(LineRange) - Method in class com.qulice.checkstyle.LineRanges
Adds a line range to the collection.
Argfile - Class in com.qulice.errorprone
A javac argfile materialised on disk.
Argfile(File, List<String>) - Constructor for class com.qulice.errorprone.Argfile
Constructor.
Arguments - Class in com.qulice.checkstyle.parameters
Method or constructor arguments.
Arguments(DetailAST) - Constructor for class com.qulice.checkstyle.parameters.Arguments
Secondary ctor.
Arguments(Parameters) - Constructor for class com.qulice.checkstyle.parameters.Arguments
Primary ctor.
asserts() - Method in class com.qulice.maven.DefaultMavenEnvironment
 

B

basedir() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
basedir() - Method in interface com.qulice.spi.Environment
Get project's basedir.
basedir() - Method in class com.qulice.spi.Environment.Mock
 
beginTree(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
beginTree(DetailAST) - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
 
beginTree(DetailAST) - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
Binary - Class in com.qulice.spi
A file that is considered binary.
Binary(File) - Constructor for class com.qulice.spi.Binary
Ctor.
BracketsStructureCheck - Class in com.qulice.checkstyle
Checks node/closing brackets to be the last symbols on the line.
BracketsStructureCheck() - Constructor for class com.qulice.checkstyle.BracketsStructureCheck
 

C

CascadeIndentationCheck - Class in com.qulice.checkstyle
Make sure each line indentation is either: the same as previous one or less bigger than previous by exactly 4 Also, if the previous non-empty line consists only of closing brackets (and optional trailing semicolon or comma), the current line indentation must not be greater than that of the closing bracket line, since the expression has been already terminated.
CascadeIndentationCheck() - Constructor for class com.qulice.checkstyle.CascadeIndentationCheck
 
CheckMojo - Class in com.qulice.maven
Check the project and find all possible violations.
CheckMojo() - Constructor for class com.qulice.maven.CheckMojo
 
checkOrder(List<JavadocTag>, Consumer<JavadocTag>) - Method in class com.qulice.checkstyle.parameters.Arguments
Checks for consistency the order of arguments and their Javadoc parameters.
checkOrder(List<JavadocTag>, Consumer<JavadocTag>) - Method in class com.qulice.checkstyle.parameters.TypeParameters
Checks for consistency the order of generic type parameters and their Javadoc parameters.
CheckstyleValidator - Class in com.qulice.checkstyle
Validator with Checkstyle.
CheckstyleValidator(Environment) - Constructor for class com.qulice.checkstyle.CheckstyleValidator
Constructor.
classloader() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
classloader() - Method in interface com.qulice.spi.Environment
Get classloader for this project.
classloader() - Method in class com.qulice.spi.Environment.Mock
 
classpath() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
classpath() - Method in interface com.qulice.spi.Environment
Get list of paths in classpath.
classpath() - Method in class com.qulice.spi.Environment.Mock
 
clear() - Method in class com.qulice.checkstyle.LineRanges
Clears the collection.
com.qulice.checkstyle - package com.qulice.checkstyle
Checkstyle checks.
com.qulice.checkstyle.parameters - package com.qulice.checkstyle.parameters
Argument and generic type parameters.
com.qulice.errorprone - package com.qulice.errorprone
ErrorProne validator.
com.qulice.maven - package com.qulice.maven
Maven plugin.
com.qulice.pmd - package com.qulice.pmd
PMD validator.
com.qulice.pmd.rules - package com.qulice.pmd.rules
PMD custom rules.
com.qulice.spi - package com.qulice.spi
Service provider interface.
compareTo(Violation) - Method in class com.qulice.spi.Violation.Default
 
ConditionalRegexpMultilineCheck - Class in com.qulice.checkstyle
Performs multiline regexp match only if a regexp condition passes.
ConditionalRegexpMultilineCheck() - Constructor for class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
 
config() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
ConstantUsageCheck - Class in com.qulice.checkstyle
Checks that constant, declared as private field of class is used more than once.
ConstantUsageCheck() - Constructor for class com.qulice.checkstyle.ConstantUsageCheck
 
ConstructorsCodeFreeCheck - Class in com.qulice.checkstyle
Checks that constructors do not contain any method calls.
ConstructorsCodeFreeCheck() - Constructor for class com.qulice.checkstyle.ConstructorsCodeFreeCheck
 
ConstructorsOrderCheck - Class in com.qulice.checkstyle
Checks the order of constructor declarations.
ConstructorsOrderCheck() - Constructor for class com.qulice.checkstyle.ConstructorsOrderCheck
 
context() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
contextualize(Context) - Method in class com.qulice.maven.AbstractQuliceMojo
 
count() - Method in class com.qulice.checkstyle.parameters.Arguments
Return number of arguments.
count() - Method in class com.qulice.checkstyle.parameters.Parameters
Return number of arguments.
count() - Method in class com.qulice.checkstyle.parameters.TypeParameters
Return number of arguments.
CurlyBracketsStructureCheck - Class in com.qulice.checkstyle
Checks node/closing curly brackets to be the last symbols on the line.
CurlyBracketsStructureCheck() - Constructor for class com.qulice.checkstyle.CurlyBracketsStructureCheck
 

D

Default(String, String, String, String, String) - Constructor for class com.qulice.spi.Violation.Default
Constructor.
DefaultMavenEnvironment - Class in com.qulice.maven
Environment, passed from MOJO to validators.
DefaultMavenEnvironment() - Constructor for class com.qulice.maven.DefaultMavenEnvironment
 
description() - Method in interface com.qulice.pmd.PmdError
Returns error description.
description() - Method in class com.qulice.pmd.PmdError.OfConfigError
 
description() - Method in class com.qulice.pmd.PmdError.OfProcessingError
 
description() - Method in class com.qulice.pmd.PmdError.OfRuleViolation
 
DiamondOperatorCheck - Class in com.qulice.checkstyle
Checks if possible to use Diamond operator in generic instances creation.
DiamondOperatorCheck() - Constructor for class com.qulice.checkstyle.DiamondOperatorCheck
 
doExecute() - Method in class com.qulice.maven.AbstractQuliceMojo
Do the real execution.
doExecute() - Method in class com.qulice.maven.CheckMojo
 
DuplicateFinderValidator - Class in com.qulice.maven
Validate with maven-duplicate-finder-plugin.
DuplicateFinderValidator() - Constructor for class com.qulice.maven.DuplicateFinderValidator
 

E

EmptyLineBeforeFirstMemberCheck - Class in com.qulice.checkstyle
Checks that a class, interface, enum or annotation declaration is followed by an empty line before its first member.
EmptyLineBeforeFirstMemberCheck() - Constructor for class com.qulice.checkstyle.EmptyLineBeforeFirstMemberCheck
 
EmptyLinesCheck - Class in com.qulice.checkstyle
Check for empty lines inside methods and constructors.
EmptyLinesCheck() - Constructor for class com.qulice.checkstyle.EmptyLinesCheck
 
encoding() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
encoding() - Method in interface com.qulice.spi.Environment
Encoding for the files.
encoding() - Method in class com.qulice.spi.Environment.Mock
 
EnforcerValidator - Class in com.qulice.maven
Validate with maven-enforcer-plugin.
EnforcerValidator() - Constructor for class com.qulice.maven.EnforcerValidator
 
EnumValueNameCheck - Class in com.qulice.checkstyle
Checks that enum constant names conform to the same naming convention as static final fields (i.e., the default Checkstyle ConstantName pattern ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$).
EnumValueNameCheck() - Constructor for class com.qulice.checkstyle.EnumValueNameCheck
 
env() - Method in class com.qulice.maven.AbstractQuliceMojo
Get the environment.
Environment - Interface in com.qulice.spi
Environment.
Environment.Mock - Class in com.qulice.spi
Mock of Environment.
ErrorProneValidator - Class in com.qulice.errorprone
Validates source code with Google ErrorProne.
ErrorProneValidator(Environment) - Constructor for class com.qulice.errorprone.ErrorProneValidator
Constructor.
exclude(String, String) - Method in class com.qulice.maven.DefaultMavenEnvironment
 
exclude(String, String) - Method in interface com.qulice.spi.Environment
Shall this item be excluded from report?
exclude(String, String) - Method in class com.qulice.spi.Environment.Mock
 
excludes(String) - Method in class com.qulice.maven.DefaultMavenEnvironment
 
excludes(String) - Method in interface com.qulice.spi.Environment
List of exclude patterns for given checker.
excludes(String) - Method in class com.qulice.spi.Environment.Mock
 
execute() - Method in class com.qulice.maven.AbstractQuliceMojo
 
execute(String, String, Properties) - Method in class com.qulice.maven.MojoExecutor
Find and configure a mojo.
executor() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
ExtraSemicolonCheck - Class in com.qulice.checkstyle
Detects unnecessary semicolons placed after the closing brace of a class, interface, record, method or constructor declaration.
ExtraSemicolonCheck() - Constructor for class com.qulice.checkstyle.ExtraSemicolonCheck
 

F

file() - Method in class com.qulice.spi.Violation.Default
 
file() - Method in interface com.qulice.spi.Violation
Validated file.
fileName() - Method in interface com.qulice.pmd.PmdError
Returns file name which caused this error.
fileName() - Method in class com.qulice.pmd.PmdError.OfConfigError
 
fileName() - Method in class com.qulice.pmd.PmdError.OfProcessingError
 
fileName() - Method in class com.qulice.pmd.PmdError.OfRuleViolation
 
files(String) - Method in class com.qulice.maven.DefaultMavenEnvironment
 
files(String) - Method in interface com.qulice.spi.Environment
Returns the files matching the specified pattern.
files(String) - Method in class com.qulice.spi.Environment.Mock
 
FinalSemicolonInTryWithResourcesCheck - Class in com.qulice.checkstyle
Checks that try-with-resources does not end with a semicolon.
FinalSemicolonInTryWithResourcesCheck() - Constructor for class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
 
finishTree(DetailAST) - Method in class com.qulice.checkstyle.EmptyLinesCheck
 
first() - Method in class com.qulice.checkstyle.LineRange
Get the alpha line number.

G

getAcceptableTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ConstructorsCodeFreeCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ConstructorsOrderCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.EmptyLineBeforeFirstMemberCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.EnumValueNameCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ExtraSemicolonCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineBeforeTagCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocFirstLineCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocTagsDotCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocThrowsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.MethodDeclarationLengthCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.MultiLineCommentCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.NestedSwitchCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitTestExpectedCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitTestMethodNameCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitUnusedPrivateConstructorCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.RedundantSuperConstructorCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.SimpleStringSplitCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.SingleLineCommentCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
getAcceptableTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ConstructorsCodeFreeCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ConstructorsOrderCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.EmptyLineBeforeFirstMemberCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.EnumValueNameCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ExtraSemicolonCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineBeforeTagCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocFirstLineCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocTagsDotCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocThrowsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.MethodDeclarationLengthCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.MultiLineCommentCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.NestedSwitchCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitTestExpectedCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitTestMethodNameCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitUnusedPrivateConstructorCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.RedundantSuperConstructorCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.SimpleStringSplitCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.SingleLineCommentCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
getDefaultTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
 
getNonExcludedFiles(Collection<File>) - Method in class com.qulice.checkstyle.CheckstyleValidator
Filters out excluded files from further validation.
getNonExcludedFiles(Collection<File>) - Method in class com.qulice.pmd.PmdValidator
Filters out excluded files from further validation.
getRequiredTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ConstructorsCodeFreeCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ConstructorsOrderCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.EmptyLineBeforeFirstMemberCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.EnumValueNameCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ExtraSemicolonCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineBeforeTagCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocFirstLineCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocTagsDotCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocThrowsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.MethodDeclarationLengthCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.MultiLineCommentCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.NestedSwitchCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitTestExpectedCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitTestMethodNameCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitUnusedPrivateConstructorCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.RedundantSuperConstructorCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.SimpleStringSplitCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.SingleLineCommentCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
getRequiredTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
 

I

IfThenThrowElseCheck - Class in com.qulice.checkstyle
Forbids an else branch when the then branch of an if statement ends with a throw.
IfThenThrowElseCheck() - Constructor for class com.qulice.checkstyle.IfThenThrowElseCheck
 
ImportCohesionCheck - Class in com.qulice.checkstyle
Check if import lines are all together without any empty lines or comments.
ImportCohesionCheck() - Constructor for class com.qulice.checkstyle.ImportCohesionCheck
 
init() - Method in class com.qulice.checkstyle.JavadocTagsCheck
 
inRange(int) - Method in class com.qulice.checkstyle.LineRanges
Detects if the given line number is within any of the line ranges.
isCommentNodesRequired() - Method in class com.qulice.checkstyle.MultiLineCommentCheck
 
isCommentNodesRequired() - Method in class com.qulice.checkstyle.SingleLineCommentCheck
 
iterator() - Method in class com.qulice.checkstyle.LineRanges
Returns an iterator for this collection.

J

JavadocEmptyLineBeforeTagCheck - Class in com.qulice.checkstyle
Check for the empty Javadoc line before the group of at-clauses.
JavadocEmptyLineBeforeTagCheck() - Constructor for class com.qulice.checkstyle.JavadocEmptyLineBeforeTagCheck
 
JavadocEmptyLineCheck - Class in com.qulice.checkstyle
Check for empty lines inside Javadoc.
JavadocEmptyLineCheck() - Constructor for class com.qulice.checkstyle.JavadocEmptyLineCheck
 
JavadocFirstLineCheck - Class in com.qulice.checkstyle
Check for text on the first line of a multi-line Javadoc.
JavadocFirstLineCheck() - Constructor for class com.qulice.checkstyle.JavadocFirstLineCheck
 
JavadocLocationCheck - Class in com.qulice.checkstyle
Checks that there is no empty line between a javadoc and it's subject, and that no annotation is placed above the javadoc.
JavadocLocationCheck() - Constructor for class com.qulice.checkstyle.JavadocLocationCheck
 
JavadocParameterOrderCheck - Class in com.qulice.checkstyle
Checks method parameters order to comply with what is defined in method javadoc.
JavadocParameterOrderCheck() - Constructor for class com.qulice.checkstyle.JavadocParameterOrderCheck
 
JavadocTagsCheck - Class in com.qulice.checkstyle
Check that the class/interface javadoc does not contain prohibited author or version tags and has a properly formatted since tag.
JavadocTagsCheck() - Constructor for class com.qulice.checkstyle.JavadocTagsCheck
 
JavadocTagsDotCheck - Class in com.qulice.checkstyle
Prohibit a trailing dot in the description of @param and @return Javadoc tags.
JavadocTagsDotCheck() - Constructor for class com.qulice.checkstyle.JavadocTagsDotCheck
 
JavadocThrowsCheck - Class in com.qulice.checkstyle
Checks that every @throws (or @exception) tag in the javadoc of a method or constructor refers to an exception actually declared in the throws clause of that method/constructor.
JavadocThrowsCheck() - Constructor for class com.qulice.checkstyle.JavadocThrowsCheck
 

L

last() - Method in class com.qulice.checkstyle.LineRange
Get the omega line number.
leaveToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
leaveToken(DetailAST) - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
LineRange - Class in com.qulice.checkstyle
Represent a line range.
LineRange(int, int) - Constructor for class com.qulice.checkstyle.LineRange
Default constructor.
LineRanges - Class in com.qulice.checkstyle
Represents a set of LineRange objects.
LineRanges() - Constructor for class com.qulice.checkstyle.LineRanges
 
lines() - Method in interface com.qulice.pmd.PmdError
Returns formatted line range which cause this error.
lines() - Method in class com.qulice.pmd.PmdError.OfConfigError
 
lines() - Method in class com.qulice.pmd.PmdError.OfProcessingError
 
lines() - Method in class com.qulice.pmd.PmdError.OfRuleViolation
 
lines() - Method in class com.qulice.spi.Violation.Default
 
lines() - Method in interface com.qulice.spi.Violation
Lines with the problem.

M

message() - Method in class com.qulice.spi.Violation.Default
 
message() - Method in interface com.qulice.spi.Violation
Validation message.
MethodBodyCommentsCheck - Class in com.qulice.checkstyle
Checks method bodies for comments.
MethodBodyCommentsCheck() - Constructor for class com.qulice.checkstyle.MethodBodyCommentsCheck
 
MethodDeclarationLengthCheck - Class in com.qulice.checkstyle
Checks that method and constructor declarations do not span multiple lines when the entire signature can fit on one line within the limit.
MethodDeclarationLengthCheck() - Constructor for class com.qulice.checkstyle.MethodDeclarationLengthCheck
 
MethodsOrderCheck - Class in com.qulice.checkstyle
Checks the order of methods declaration.
MethodsOrderCheck() - Constructor for class com.qulice.checkstyle.MethodsOrderCheck
 
Mock() - Constructor for class com.qulice.spi.Environment.Mock
 
MojoExecutor - Class in com.qulice.maven
Executor of plugins.
MojoExecutor(MavenPluginManager, MavenSession) - Constructor for class com.qulice.maven.MojoExecutor
Public ctor.
MultiLineCommentCheck - Class in com.qulice.checkstyle
Multi line comment checker.
MultiLineCommentCheck() - Constructor for class com.qulice.checkstyle.MultiLineCommentCheck
 
MultilineJavadocTagsCheck - Class in com.qulice.checkstyle
Check indents in multi line JavaDoc tags.
MultilineJavadocTagsCheck() - Constructor for class com.qulice.checkstyle.MultilineJavadocTagsCheck
 

N

name() - Method in class com.qulice.checkstyle.CheckstyleValidator
 
name() - Method in class com.qulice.errorprone.ErrorProneValidator
 
name() - Method in interface com.qulice.pmd.PmdError
Returns error name which is short, fixed, human-readable category of the error.
name() - Method in class com.qulice.pmd.PmdError.OfConfigError
 
name() - Method in class com.qulice.pmd.PmdError.OfProcessingError
 
name() - Method in class com.qulice.pmd.PmdError.OfRuleViolation
 
name() - Method in class com.qulice.pmd.PmdValidator
 
name() - Method in interface com.qulice.spi.ResourceValidator
Name of this validator.
name() - Method in interface com.qulice.spi.Validator
Name of this validator.
name() - Method in class com.qulice.spi.Violation.Default
 
name() - Method in interface com.qulice.spi.Violation
Name of the failed check.
NestedSwitchCheck - Class in com.qulice.checkstyle
Forbids nested switch statements.
NestedSwitchCheck() - Constructor for class com.qulice.checkstyle.NestedSwitchCheck
 
NoJavadocForOverriddenMethodsCheck - Class in com.qulice.checkstyle
Checks that there is no Javadoc for inherited methods.
NoJavadocForOverriddenMethodsCheck() - Constructor for class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
 
NonStaticMethodCheck - Class in com.qulice.checkstyle
Checks that non static method must contain at least one reference to this.
NonStaticMethodCheck() - Constructor for class com.qulice.checkstyle.NonStaticMethodCheck
 

O

OfConfigError(Report.ConfigurationError) - Constructor for class com.qulice.pmd.PmdError.OfConfigError
Creates a new PmdError, representing given ConfigurationError.
OfProcessingError(Report.ProcessingError) - Constructor for class com.qulice.pmd.PmdError.OfProcessingError
Creates a new PmdError, representing given ProcessingError.
OfRuleViolation(RuleViolation) - Constructor for class com.qulice.pmd.PmdError.OfRuleViolation
Creates a new PmdError, representing given RuleViolation.
outdir() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
outdir() - Method in class com.qulice.spi.Environment.Mock
 
outdir() - Method in interface com.qulice.spi.Environment
Get directory where .class files are stored.

P

param(String, String) - Method in class com.qulice.maven.DefaultMavenEnvironment
 
param(String, String) - Method in class com.qulice.spi.Environment.Mock
 
param(String, String) - Method in interface com.qulice.spi.Environment
Get parameter by name, and return default if it's not set.
parameters() - Method in class com.qulice.checkstyle.parameters.Parameters
Return parameters for this node.
Parameters - Class in com.qulice.checkstyle.parameters
Abstract parameters.
Parameters(DetailAST, int, int) - Constructor for class com.qulice.checkstyle.parameters.Parameters
Primary ctor.
path() - Method in class com.qulice.spi.Relative
Path of the target file relative to the base directory.
PmdError - Interface in com.qulice.pmd
Represents one PMD error (usually it will be violation).
PmdError.OfConfigError - Class in com.qulice.pmd
PmdError backed by a ConfigError.
PmdError.OfProcessingError - Class in com.qulice.pmd
PmdError backed by a ProcessingError.
PmdError.OfRuleViolation - Class in com.qulice.pmd
PmdError backed by a RuleViolation.
PmdValidator - Class in com.qulice.pmd
Validates source code with PMD.
PmdValidator(Environment) - Constructor for class com.qulice.pmd.PmdValidator
Constructor.
PomXpathValidator - Class in com.qulice.maven
Check pom.xml with XPath validation queries.
PomXpathValidator() - Constructor for class com.qulice.maven.PomXpathValidator
 
processFiltered(File, FileText) - Method in class com.qulice.checkstyle.CascadeIndentationCheck
 
processFiltered(File, FileText) - Method in class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
 
processFiltered(File, FileText) - Method in class com.qulice.checkstyle.ImportCohesionCheck
 
ProhibitFieldsInTestClassesCheck - Class in com.qulice.checkstyle
Checks that test classes do not declare instance fields, since such fields couple tests together through shared state.
ProhibitFieldsInTestClassesCheck() - Constructor for class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
 
ProhibitFormatInLoggerRule - Class in com.qulice.pmd.rules
Rule to flag redundant String.format(...) calls passed as arguments to com.jcabi.log.Logger methods.
ProhibitFormatInLoggerRule() - Constructor for class com.qulice.pmd.rules.ProhibitFormatInLoggerRule
 
ProhibitLineSeparatorInStringsCheck - Class in com.qulice.checkstyle
Prohibits hard-coded line separator escape sequences inside string literals.
ProhibitLineSeparatorInStringsCheck() - Constructor for class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
 
ProhibitNonFinalClassesCheck - Class in com.qulice.checkstyle
Checks that classes are declared as final.
ProhibitNonFinalClassesCheck() - Constructor for class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
ProhibitPlainJunitAssertionsRule - Class in com.qulice.pmd.rules
Rule to check plain assertions in JUnit tests.
ProhibitPlainJunitAssertionsRule() - Constructor for class com.qulice.pmd.rules.ProhibitPlainJunitAssertionsRule
 
ProhibitTestExpectedCheck - Class in com.qulice.checkstyle
Forbids the expected parameter on JUnit's @Test annotation.
ProhibitTestExpectedCheck() - Constructor for class com.qulice.checkstyle.ProhibitTestExpectedCheck
 
ProhibitTestMethodNameCheck - Class in com.qulice.checkstyle
Forbids @Test-annotated methods whose name starts with test or should.
ProhibitTestMethodNameCheck() - Constructor for class com.qulice.checkstyle.ProhibitTestMethodNameCheck
 
ProhibitUnusedPrivateConstructorCheck - Class in com.qulice.checkstyle
Checks that constructor, declared as private class is used more than once.
ProhibitUnusedPrivateConstructorCheck() - Constructor for class com.qulice.checkstyle.ProhibitUnusedPrivateConstructorCheck
 
project() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
properties() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
ProtectedMethodInFinalClassCheck - Class in com.qulice.checkstyle
Checks that final class doesn't contain protected methods unless they are overriding protected methods from superclass.
ProtectedMethodInFinalClassCheck() - Constructor for class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
 

Q

QualifyInnerClassCheck - Class in com.qulice.checkstyle
Checks if inner classes are properly accessed using their qualified name with the outer class.
QualifyInnerClassCheck() - Constructor for class com.qulice.checkstyle.QualifyInnerClassCheck
 

R

RedundantSuperConstructorCheck - Class in com.qulice.checkstyle
Checks that constructors do not contain a redundant super() call when the enclosing class does not extend any class explicitly.
RedundantSuperConstructorCheck() - Constructor for class com.qulice.checkstyle.RedundantSuperConstructorCheck
 
Relative - Class in com.qulice.spi
Path of a file relative to a base directory.
Relative(File, File) - Constructor for class com.qulice.spi.Relative
Ctor.
ResourceValidator - Interface in com.qulice.spi
Validator.

S

save() - Method in class com.qulice.errorprone.Argfile
Write the argfile and return its path.
session() - Method in class com.qulice.maven.AbstractQuliceMojo
Current maven session.
setAssertion(Collection<String>) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set list of Xpath queries for pom.xml validation.
setAsserts(Collection<String>) - Method in class com.qulice.maven.AbstractQuliceMojo
Set asserts option.
setCondition(String) - Method in class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
Condition regexp that has to match before checking the core one.
setContext(Context) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set context.
setEncoding(String) - Method in class com.qulice.maven.AbstractQuliceMojo
Set source code encoding.
setEncoding(String) - Method in class com.qulice.maven.DefaultMavenEnvironment
 
setExcludeFileNamePattern(String) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
Exclude files matching given pattern.
setExcludes(Collection<String>) - Method in class com.qulice.maven.AbstractQuliceMojo
Set excludes.
setExcludes(Collection<String>) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set list of regular expressions to exclude.
setFormat(String) - Method in class com.qulice.checkstyle.MultiLineCommentCheck
The method is called from checkstyle to configure this class.
setFormat(String) - Method in class com.qulice.checkstyle.SingleLineCommentCheck
The method is called from checkstyle to configure this class.
setIncludeFileNamePattern(String) - Method in class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
Restrict the check to files matching the given pattern.
setMax(int) - Method in class com.qulice.checkstyle.MethodDeclarationLengthCheck
Configure the maximum allowed length.
setMessage(String) - Method in class com.qulice.checkstyle.MultiLineCommentCheck
The method is called from checkstyle to configure this class.
setMessage(String) - Method in class com.qulice.checkstyle.SingleLineCommentCheck
The method is called from checkstyle to configure this class.
setMojoExecutor(MojoExecutor) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set executor.
setProject(MavenProject) - Method in class com.qulice.maven.AbstractQuliceMojo
Set Maven Project (used mostly for unit testing).
setProject(MavenProject) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set Maven Project (used mostly for unit testing).
setProperty(String, String) - Method in class com.qulice.maven.DefaultMavenEnvironment
Set property.
setSkip(boolean) - Method in class com.qulice.maven.AbstractQuliceMojo
Set skip option (mostly for unit testing).
setTimeout(String) - Method in class com.qulice.maven.CheckMojo
Set timeout for checks.
setValidatorsProvider(ValidatorsProvider) - Method in class com.qulice.maven.CheckMojo
Set provider of validators.
SimpleStringSplitCheck - Class in com.qulice.checkstyle
Checks that String.split is only invoked with regex arguments that the JDK handles via its fastpath.
SimpleStringSplitCheck() - Constructor for class com.qulice.checkstyle.SimpleStringSplitCheck
 
SingleLineCommentCheck - Class in com.qulice.checkstyle
C++ style inline comment is not allowed.
SingleLineCommentCheck() - Constructor for class com.qulice.checkstyle.SingleLineCommentCheck
 
SnapshotsValidator - Class in com.qulice.maven
Check that the project has not SNAPSHOT dependencies if its own status is stable.
SnapshotsValidator() - Constructor for class com.qulice.maven.SnapshotsValidator
 
StaticAccessViaInstanceCheck - Class in com.qulice.checkstyle
Checks that static members are not accessed through an instance reference.
StaticAccessViaInstanceCheck() - Constructor for class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
StringLiteralsConcatenationCheck - Class in com.qulice.checkstyle
Checks for not using concatenation of string literals in any form.
StringLiteralsConcatenationCheck() - Constructor for class com.qulice.checkstyle.StringLiteralsConcatenationCheck
 

T

tempdir() - Method in class com.qulice.maven.DefaultMavenEnvironment
 
tempdir() - Method in class com.qulice.spi.Environment.Mock
 
tempdir() - Method in interface com.qulice.spi.Environment
Get directory to keep temporary files in.
TypeParameters - Class in com.qulice.checkstyle.parameters
Class, interface, constructor or method generic type parameters.
TypeParameters(DetailAST) - Constructor for class com.qulice.checkstyle.parameters.TypeParameters
Secondary ctor.
TypeParameters(Parameters) - Constructor for class com.qulice.checkstyle.parameters.TypeParameters
Primary ctor.

U

UnitTestContainsTooManyAssertsRule - Class in com.qulice.pmd.rules
Rule to check that JUnit/TestNG test methods do not contain more than one assertion.
UnitTestContainsTooManyAssertsRule() - Constructor for class com.qulice.pmd.rules.UnitTestContainsTooManyAssertsRule
 
UnitTestShouldIncludeAssertRule - Class in com.qulice.pmd.rules
Rule to check that JUnit/TestNG test methods contain at least one assertion.
UnitTestShouldIncludeAssertRule() - Constructor for class com.qulice.pmd.rules.UnitTestShouldIncludeAssertRule
 
UnnecessaryLocalRule - Class in com.qulice.pmd.rules
Rule to check unnecessary local variables.
UnnecessaryLocalRule() - Constructor for class com.qulice.pmd.rules.UnnecessaryLocalRule
 
UseCollectionsSingletonListRule - Class in com.qulice.pmd.rules
Rule to flag Arrays.asList invocations that are passed a single non-array argument.
UseCollectionsSingletonListRule() - Constructor for class com.qulice.pmd.rules.UseCollectionsSingletonListRule
 
UseStringIsEmptyRule - Class in com.qulice.pmd.rules
Rule to prohibit use of String.length() when checking for empty string.
UseStringIsEmptyRule() - Constructor for class com.qulice.pmd.rules.UseStringIsEmptyRule
 

V

validate(MavenEnvironment) - Method in class com.qulice.maven.DuplicateFinderValidator
 
validate(MavenEnvironment) - Method in class com.qulice.maven.EnforcerValidator
 
validate(MavenEnvironment) - Method in class com.qulice.maven.PomXpathValidator
 
validate(MavenEnvironment) - Method in class com.qulice.maven.SnapshotsValidator
 
validate(Environment) - Method in interface com.qulice.spi.Validator
Validate and throws exception if there are any problems.
validate(Collection<File>) - Method in class com.qulice.checkstyle.CheckstyleValidator
 
validate(Collection<File>) - Method in class com.qulice.errorprone.ErrorProneValidator
 
validate(Collection<File>) - Method in class com.qulice.pmd.PmdValidator
 
validate(Collection<File>) - Method in interface com.qulice.spi.ResourceValidator
Validate and throws exception if there are any problems.
ValidationException - Exception Class in com.qulice.spi
Exception thrown by a validator, if it fails.
ValidationException(String) - Constructor for exception class com.qulice.spi.ValidationException
Public ctor.
ValidationException(Throwable) - Constructor for exception class com.qulice.spi.ValidationException
Public ctor.
validator() - Method in class com.qulice.spi.Violation.Default
 
validator() - Method in interface com.qulice.spi.Violation
Name of the validator that generated this violation information.
Validator - Interface in com.qulice.spi
Validator.
Violation - Interface in com.qulice.spi
Validation result.
Violation.Default - Class in com.qulice.spi
Default validation result.
visit(ASTImportDeclaration, Object) - Method in class com.qulice.pmd.rules.ProhibitPlainJunitAssertionsRule
 
visit(ASTInfixExpression, Object) - Method in class com.qulice.pmd.rules.UseStringIsEmptyRule
 
visit(ASTMethodCall, Object) - Method in class com.qulice.pmd.rules.ProhibitFormatInLoggerRule
 
visit(ASTMethodCall, Object) - Method in class com.qulice.pmd.rules.UseCollectionsSingletonListRule
 
visit(ASTMethodDeclaration, Object) - Method in class com.qulice.pmd.rules.ProhibitPlainJunitAssertionsRule
 
visit(ASTMethodDeclaration, Object) - Method in class com.qulice.pmd.rules.UnitTestContainsTooManyAssertsRule
 
visit(ASTMethodDeclaration, Object) - Method in class com.qulice.pmd.rules.UnitTestShouldIncludeAssertRule
 
visit(ASTVariableDeclarator, Object) - Method in class com.qulice.pmd.rules.UnnecessaryLocalRule
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.BracketsStructureCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ConstantUsageCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ConstructorsCodeFreeCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ConstructorsOrderCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.DiamondOperatorCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.EmptyLineBeforeFirstMemberCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.EmptyLinesCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.EnumValueNameCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ExtraSemicolonCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocEmptyLineBeforeTagCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocFirstLineCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocLocationCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocTagsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocTagsDotCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocThrowsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.MethodDeclarationLengthCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.MethodsOrderCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.MultiLineCommentCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.NestedSwitchCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitFieldsInTestClassesCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitTestExpectedCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitTestMethodNameCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitUnusedPrivateConstructorCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.RedundantSuperConstructorCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.SimpleStringSplitCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.SingleLineCommentCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
 
visitToken(DetailAST) - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
 

W

withDefaultClasspath() - Method in class com.qulice.spi.Environment.Mock
With default classpath.
withExcludes(String) - Method in class com.qulice.spi.Environment.Mock
With exclude patterns.
withFile(String, byte[]) - Method in class com.qulice.spi.Environment.Mock
With this file on board.
withFile(String, String) - Method in class com.qulice.spi.Environment.Mock
With this file on board.
within(int) - Method in class com.qulice.checkstyle.LineRange
Is the given line number within range.
within(LineRange) - Method in class com.qulice.checkstyle.LineRange
Is the given range entirely within the LineRange.
within(LineRanges) - Method in class com.qulice.checkstyle.LineRanges
Gets the subset of LineRanges that are within all given ranges.
withParam(String, String) - Method in class com.qulice.spi.Environment.Mock
With this param and its value.

Y

yes() - Method in class com.qulice.spi.Binary
Is the file binary?
A B C D E F G I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Serialized Form