Index
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
-
Default constructor.
- add(LineRange) - Method in class com.qulice.checkstyle.LineRanges
-
Adds a line range to the collection.
- Argfile - Class in com.qulice.errorprone
-
A
javacargfile materialised on disk. - Argfile(File, List<String>) - Constructor for class com.qulice.errorprone.Argfile
-
Constructor.
- argument() - Method in class com.qulice.errorprone.Xplugin
-
Build the
javacargument. - 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
- Batches - Class in com.qulice.errorprone
-
Java sources split the way Maven compiles them: one batch per source root, never two roots in one batch.
- Batches(Environment, List<File>) - Constructor for class com.qulice.errorprone.Batches
-
Constructor.
- beginTree(DetailAST) - Method in class com.qulice.checkstyle.FullyQualifiedTypeCheck
- 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
- beginTree(DetailAST) - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
- 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
-
Default constructor.
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
-
Default constructor.
- CheckMojo - Class in com.qulice.maven
-
Check the project and find all possible violations.
- CheckMojo() - Constructor for class com.qulice.maven.CheckMojo
-
Default constructor.
- 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.
- CloseInlineResourceRule - Class in com.qulice.pmd.rules
-
Rule to flag
AutoCloseableexpressions that are created inline and then consumed by another expression instead of a resource boundary. - CloseInlineResourceRule() - Constructor for class com.qulice.pmd.rules.CloseInlineResourceRule
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
- ConstructorsCodeFreeCheck - Class in com.qulice.checkstyle
-
Checks that constructors do not contain any method calls.
- ConstructorsCodeFreeCheck() - Constructor for class com.qulice.checkstyle.ConstructorsCodeFreeCheck
-
Default constructor.
- ConstructorsOrderCheck - Class in com.qulice.checkstyle
-
Checks the order of constructor declarations.
- ConstructorsOrderCheck() - Constructor for class com.qulice.checkstyle.ConstructorsOrderCheck
-
Default constructor.
- 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
-
Default constructor.
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
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
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
-
Default constructor.
- EmptyLinesCheck - Class in com.qulice.checkstyle
-
Check for empty lines inside methods and constructors.
- EmptyLinesCheck() - Constructor for class com.qulice.checkstyle.EmptyLinesCheck
-
Default constructor.
- 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
-
Default constructor.
- EnumValueNameCheck - Class in com.qulice.checkstyle
-
Checks that enum constant names conform to the same naming convention as
static finalfields (i.e., the default CheckstyleConstantNamepattern^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$). - EnumValueNameCheck() - Constructor for class com.qulice.checkstyle.EnumValueNameCheck
-
Default constructor.
- 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.
- ExcessiveParameterListRule - Class in com.qulice.pmd.rules
-
Rule to check that a method does not take too many parameters.
- ExcessiveParameterListRule() - Constructor for class com.qulice.pmd.rules.ExcessiveParameterListRule
-
Default 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
-
Default constructor.
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
-
Default constructor.
- finishTree(DetailAST) - Method in class com.qulice.checkstyle.EmptyLinesCheck
- finishTree(DetailAST) - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
- first() - Method in class com.qulice.checkstyle.LineRange
-
Get the alpha line number.
- FullyQualifiedTypeCheck - Class in com.qulice.checkstyle
-
Prohibits a fully qualified type name where an import would do.
- FullyQualifiedTypeCheck() - Constructor for class com.qulice.checkstyle.FullyQualifiedTypeCheck
-
Default constructor.
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.FullyQualifiedTypeCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.ImplicitConstructorCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocCompactParagraphCheck
- 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.JavadocNoIndentCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocStrayAsteriskCheck
- 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.JavadocUnclosedParagraphCheck
- 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.NoJavadocForPrivateMethodsCheck
- 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.ProhibitStaticNestedClassesCheck
- 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.SingleUseConstantCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.UnknownSuppressionCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
- 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.FullyQualifiedTypeCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.ImplicitConstructorCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocCompactParagraphCheck
- 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.JavadocNoIndentCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocStrayAsteriskCheck
- 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.JavadocUnclosedParagraphCheck
- 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.NoJavadocForPrivateMethodsCheck
- 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.ProhibitStaticNestedClassesCheck
- 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.SingleUseConstantCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.UnknownSuppressionCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
- getMessageBundle() - Method in class com.qulice.checkstyle.MethodNameCheck
- 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.FullyQualifiedTypeCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.ImplicitConstructorCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocCompactParagraphCheck
- 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.JavadocNoIndentCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocStrayAsteriskCheck
- 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.JavadocUnclosedParagraphCheck
- 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.NoJavadocForPrivateMethodsCheck
- 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.ProhibitStaticNestedClassesCheck
- 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.SingleUseConstantCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.UnknownSuppressionCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
I
- IfThenThrowElseCheck - Class in com.qulice.checkstyle
-
Forbids an
elsebranch when thethenbranch of anifstatement ends with athrow. - IfThenThrowElseCheck() - Constructor for class com.qulice.checkstyle.IfThenThrowElseCheck
-
Default constructor.
- Ignored - Class in com.qulice.spi
-
A file Qulice leaves alone, wherever the project keeps it.
- Ignored(String) - Constructor for class com.qulice.spi.Ignored
-
Ctor.
- ImplicitConstructorCheck - Class in com.qulice.checkstyle
-
Prohibits an implicit constructor in a class that Javadoc documents.
- ImplicitConstructorCheck() - Constructor for class com.qulice.checkstyle.ImplicitConstructorCheck
-
Default constructor.
- ImplicitFunctionalInterfaceRule - Class in com.qulice.pmd.rules
-
Rule to flag an interface that is implicitly functional (declares exactly one abstract method) but is not annotated with
@FunctionalInterface. - ImplicitFunctionalInterfaceRule() - Constructor for class com.qulice.pmd.rules.ImplicitFunctionalInterfaceRule
-
Default constructor.
- 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
-
Default constructor.
- 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
- isCommentNodesRequired() - Method in class com.qulice.checkstyle.UnknownSuppressionCheck
- iterator() - Method in class com.qulice.checkstyle.LineRanges
-
Returns an iterator for this collection.
J
- JavadocCompactParagraphCheck - Class in com.qulice.checkstyle
-
Check for compact paragraph tags in Javadoc.
- JavadocCompactParagraphCheck() - Constructor for class com.qulice.checkstyle.JavadocCompactParagraphCheck
-
Default constructor.
- 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
-
Default constructor.
- JavadocEmptyLineCheck - Class in com.qulice.checkstyle
-
Check for empty lines inside Javadoc.
- JavadocEmptyLineCheck() - Constructor for class com.qulice.checkstyle.JavadocEmptyLineCheck
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
- JavadocNoIndentCheck - Class in com.qulice.checkstyle
-
Checks that Javadoc body text is not over-indented.
- JavadocNoIndentCheck() - Constructor for class com.qulice.checkstyle.JavadocNoIndentCheck
-
Default constructor.
- 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
-
Default constructor.
- JavadocStrayAsteriskCheck - Class in com.qulice.checkstyle
-
Check for a stray asterisk at the end of a Javadoc line.
- JavadocStrayAsteriskCheck() - Constructor for class com.qulice.checkstyle.JavadocStrayAsteriskCheck
-
Default constructor.
- JavadocTagsCheck - Class in com.qulice.checkstyle
-
Check that the class/interface javadoc does not contain prohibited
authororversiontags and has a properly formattedsincetag. - JavadocTagsCheck() - Constructor for class com.qulice.checkstyle.JavadocTagsCheck
-
Default constructor.
- JavadocTagsDotCheck - Class in com.qulice.checkstyle
-
Prohibit a trailing dot in the description of
@paramand@returnJavadoc tags. - JavadocTagsDotCheck() - Constructor for class com.qulice.checkstyle.JavadocTagsDotCheck
-
Default constructor.
- 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 thethrowsclause of that method/constructor. - JavadocThrowsCheck() - Constructor for class com.qulice.checkstyle.JavadocThrowsCheck
-
Default constructor.
- JavadocUnclosedParagraphCheck - Class in com.qulice.checkstyle
-
Check for a Javadoc paragraph that is never closed.
- JavadocUnclosedParagraphCheck() - Constructor for class com.qulice.checkstyle.JavadocUnclosedParagraphCheck
-
Default constructor.
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
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
- MethodNameCheck - Class in com.qulice.checkstyle
-
Names of methods, tolerant to the methods of a JNA binding.
- MethodNameCheck() - Constructor for class com.qulice.checkstyle.MethodNameCheck
-
Default constructor.
- MethodsOrderCheck - Class in com.qulice.checkstyle
-
Checks the order of methods declaration.
- MethodsOrderCheck() - Constructor for class com.qulice.checkstyle.MethodsOrderCheck
-
Default constructor.
- Mock() - Constructor for class com.qulice.spi.Environment.Mock
-
Default constructor.
- 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
-
Default constructor.
- MultilineJavadocTagsCheck - Class in com.qulice.checkstyle
-
Check indents in multi line JavaDoc tags.
- MultilineJavadocTagsCheck() - Constructor for class com.qulice.checkstyle.MultilineJavadocTagsCheck
-
Default constructor.
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
switchstatements. - NestedSwitchCheck() - Constructor for class com.qulice.checkstyle.NestedSwitchCheck
-
Default constructor.
- NoJavadocForOverriddenMethodsCheck - Class in com.qulice.checkstyle
-
Checks that there is no Javadoc for inherited methods.
- NoJavadocForOverriddenMethodsCheck() - Constructor for class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
-
Default constructor.
- NoJavadocForPrivateMethodsCheck - Class in com.qulice.checkstyle
-
Checks that there is no Javadoc for private methods, both static and non-static ones.
- NoJavadocForPrivateMethodsCheck() - Constructor for class com.qulice.checkstyle.NoJavadocForPrivateMethodsCheck
-
Default constructor.
- 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
-
Default constructor.
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
.classfiles 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.
- ParameterNumberCheck - Class in com.qulice.checkstyle
-
Number of parameters, tolerant to constructors that only take attributes and to private methods.
- ParameterNumberCheck() - Constructor for class com.qulice.checkstyle.ParameterNumberCheck
-
Default constructor.
- 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.
- patterns() - Method in class com.qulice.errorprone.Xplugin
-
How many bug patterns fire with these flags.
- 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
-
Default constructor.
- 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
-
Default constructor.
- ProhibitFormatInLoggerRule - Class in com.qulice.pmd.rules
-
Rule to flag redundant
String.format(...)calls passed as arguments tocom.jcabi.log.Loggermethods. - ProhibitFormatInLoggerRule() - Constructor for class com.qulice.pmd.rules.ProhibitFormatInLoggerRule
-
Default constructor.
- ProhibitLineSeparatorInStringsCheck - Class in com.qulice.checkstyle
-
Prohibits hard-coded line separator escape sequences inside string literals.
- ProhibitLineSeparatorInStringsCheck() - Constructor for class com.qulice.checkstyle.ProhibitLineSeparatorInStringsCheck
-
Default constructor.
- ProhibitNonFinalClassesCheck - Class in com.qulice.checkstyle
-
Checks that classes are declared as final.
- ProhibitNonFinalClassesCheck() - Constructor for class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
-
Default constructor.
- ProhibitPlainJunitAssertionsRule - Class in com.qulice.pmd.rules
-
Rule to check plain assertions in JUnit tests.
- ProhibitPlainJunitAssertionsRule() - Constructor for class com.qulice.pmd.rules.ProhibitPlainJunitAssertionsRule
-
Default constructor.
- ProhibitStaticNestedClassesCheck - Class in com.qulice.checkstyle
-
Checks that a class does not declare a static nested class, since a static nested class is a self-contained abstraction and belongs in a file of its own.
- ProhibitStaticNestedClassesCheck() - Constructor for class com.qulice.checkstyle.ProhibitStaticNestedClassesCheck
-
Default constructor.
- ProhibitTestExpectedCheck - Class in com.qulice.checkstyle
-
Forbids the
expectedparameter on JUnit's@Testannotation. - ProhibitTestExpectedCheck() - Constructor for class com.qulice.checkstyle.ProhibitTestExpectedCheck
-
Default constructor.
- ProhibitTestMethodNameCheck - Class in com.qulice.checkstyle
-
Forbids
@Test-annotated methods whose name starts withtestorshould. - ProhibitTestMethodNameCheck() - Constructor for class com.qulice.checkstyle.ProhibitTestMethodNameCheck
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
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
-
Default constructor.
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
-
Default constructor.
- 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.
- rules() - Method in class com.qulice.checkstyle.CheckstyleValidator
- rules() - Method in class com.qulice.errorprone.ErrorProneValidator
- rules() - Method in class com.qulice.pmd.PmdValidator
- rules() - Method in interface com.qulice.spi.ResourceValidator
-
How many rules this validator applies to every file it reads.
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
-
Set the encoding of source files.
- setErrorprone(Collection<String>) - Method in class com.qulice.maven.AbstractQuliceMojo
-
Set extra ErrorProne flags.
- setExcludeFileNamePattern(String) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
-
Exclude files matching given pattern.
- setExcludeFileNamePattern(String) - Method in class com.qulice.checkstyle.ProhibitStaticNestedClassesCheck
-
Do not apply this check to files matching the 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
-
Default constructor.
- SingleLineCommentCheck - Class in com.qulice.checkstyle
-
C++ style inline comment is not allowed.
- SingleLineCommentCheck() - Constructor for class com.qulice.checkstyle.SingleLineCommentCheck
-
Default constructor.
- SingleUseConstantCheck - Class in com.qulice.checkstyle
-
Checks that a private static constant is mentioned more than once.
- SingleUseConstantCheck() - Constructor for class com.qulice.checkstyle.SingleUseConstantCheck
-
Default constructor.
- 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
-
Default constructor.
- split() - Method in class com.qulice.errorprone.Batches
-
Split the sources, one batch per source root.
- 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
-
Default constructor.
- 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
-
Default constructor.
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.
- testdirs() - Method in class com.qulice.maven.DefaultMavenEnvironment
- testdirs() - Method in class com.qulice.spi.Environment.Mock
- testdirs() - Method in interface com.qulice.spi.Environment
-
Get the directories the project keeps its test sources in.
- TooManyFieldsRule - Class in com.qulice.pmd.rules
-
Rule to check that a class does not declare too many fields.
- TooManyFieldsRule() - Constructor for class com.qulice.pmd.rules.TooManyFieldsRule
-
Default constructor.
- TooManyMethodsRule - Class in com.qulice.pmd.rules
-
Rule to check that a class does not expose too many methods.
- TooManyMethodsRule() - Constructor for class com.qulice.pmd.rules.TooManyMethodsRule
-
Default constructor.
- 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
-
Default constructor.
- 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
-
Default constructor.
- UnknownSuppressionCheck - Class in com.qulice.checkstyle
-
Checks that every
@checkstylesuppression names an enabled check. - UnknownSuppressionCheck() - Constructor for class com.qulice.checkstyle.UnknownSuppressionCheck
-
Default constructor.
- UnnecessaryJavaLangCheck - Class in com.qulice.checkstyle
-
Prohibits the redundant
java.lang.prefix in front of a simple class name. - UnnecessaryJavaLangCheck() - Constructor for class com.qulice.checkstyle.UnnecessaryJavaLangCheck
-
Default constructor.
- UnnecessaryLocalRule - Class in com.qulice.pmd.rules
-
Rule to check unnecessary local variables.
- UnnecessaryLocalRule() - Constructor for class com.qulice.pmd.rules.UnnecessaryLocalRule
-
Default constructor.
- UseCollectionsSingletonListRule - Class in com.qulice.pmd.rules
-
Rule to flag
Arrays.asListinvocations that are passed a single non-array argument. - UseCollectionsSingletonListRule() - Constructor for class com.qulice.pmd.rules.UseCollectionsSingletonListRule
-
Default constructor.
- 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
-
Default constructor.
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(ASTClassDeclaration, Object) - Method in class com.qulice.pmd.rules.ImplicitFunctionalInterfaceRule
- visit(ASTClassDeclaration, Object) - Method in class com.qulice.pmd.rules.TooManyFieldsRule
- visit(ASTClassDeclaration, Object) - Method in class com.qulice.pmd.rules.TooManyMethodsRule
- visit(ASTConstructorCall, Object) - Method in class com.qulice.pmd.rules.CloseInlineResourceRule
- visit(ASTFormalParameters, Object) - Method in class com.qulice.pmd.rules.ExcessiveParameterListRule
- 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.CloseInlineResourceRule
- 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.FullyQualifiedTypeCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.IfThenThrowElseCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.ImplicitConstructorCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocCompactParagraphCheck
- 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.JavadocNoIndentCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocStrayAsteriskCheck
- 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.JavadocUnclosedParagraphCheck
- 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.MethodNameCheck
- 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.NoJavadocForPrivateMethodsCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.ParameterNumberCheck
- 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.ProhibitStaticNestedClassesCheck
- 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.SingleUseConstantCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.StaticAccessViaInstanceCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.UnknownSuppressionCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.UnnecessaryJavaLangCheck
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.
- withTestdir(String) - Method in class com.qulice.spi.Environment.Mock
-
With this extra test source root, the way
build-helper-maven-pluginwould add one.
X
- Xplugin - Class in com.qulice.errorprone
-
The
-Xpluginargument that wires ErrorProne into a forkedjavac, together with the bug patterns it leaves out. - Xplugin(String) - Constructor for class com.qulice.errorprone.Xplugin
-
Constructor.
Y
- yes() - Method in class com.qulice.spi.Binary
-
Is the file binary?
- yes() - Method in class com.qulice.spi.Ignored
-
Is this file ignored?
All Classes and Interfaces|All Packages|Serialized Form