JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
G
I
J
M
N
P
S
V
B
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
Check if indentation on every level has fixed number of spaces.
CascadeIndentationCheck()
- Constructor for class com.qulice.checkstyle.
CascadeIndentationCheck
CheckstyleValidator
- Class in
com.qulice.checkstyle
Validator with Checkstyle.
CheckstyleValidator()
- Constructor for class com.qulice.checkstyle.
CheckstyleValidator
com.qulice.checkstyle
- package com.qulice.checkstyle
Checkstyle checks.
ConditionalRegexpMultilineCheck
- Class in
com.qulice.checkstyle
Performs multiline regexp match only if a regexp condition passes.
ConditionalRegexpMultilineCheck()
- Constructor for class com.qulice.checkstyle.
ConditionalRegexpMultilineCheck
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
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
E
EmptyLinesCheck
- Class in
com.qulice.checkstyle
Check for empty lines inside methods and constructors.
EmptyLinesCheck()
- Constructor for class com.qulice.checkstyle.
EmptyLinesCheck
G
getDefaultTokens()
- Method in class com.qulice.checkstyle.
BracketsStructureCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
ConstantUsageCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
CurlyBracketsStructureCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
EmptyLinesCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
JavadocLocationCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
JavadocTagsCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
MethodBodyCommentsCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
MethodsOrderCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
MultilineJavadocTagsCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
NonStaticMethodCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
ProtectedMethodInFinalClassCheck
getDefaultTokens()
- Method in class com.qulice.checkstyle.
StringLiteralsConcatenationCheck
I
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
J
JavadocLocationCheck
- Class in
com.qulice.checkstyle
Checks that there is no empty line between a javadoc and it's subject.
JavadocLocationCheck()
- Constructor for class com.qulice.checkstyle.
JavadocLocationCheck
JavadocTagsCheck
- Class in
com.qulice.checkstyle
Check if the class/interface javadoc contains properly formatted author and version tags.
JavadocTagsCheck()
- Constructor for class com.qulice.checkstyle.
JavadocTagsCheck
M
MethodBodyCommentsCheck
- Class in
com.qulice.checkstyle
Checks method bodies for comments.
MethodBodyCommentsCheck()
- Constructor for class com.qulice.checkstyle.
MethodBodyCommentsCheck
MethodsOrderCheck
- Class in
com.qulice.checkstyle
Checks the order of methods declaration.
MethodsOrderCheck()
- Constructor for class com.qulice.checkstyle.
MethodsOrderCheck
MultilineJavadocTagsCheck
- Class in
com.qulice.checkstyle
Check indents in multi line JavaDoc tags.
MultilineJavadocTagsCheck()
- Constructor for class com.qulice.checkstyle.
MultilineJavadocTagsCheck
N
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
P
processFiltered(File, List<String>)
- Method in class com.qulice.checkstyle.
CascadeIndentationCheck
processFiltered(File, List<String>)
- Method in class com.qulice.checkstyle.
ConditionalRegexpMultilineCheck
processFiltered(File, List<String>)
- Method in class com.qulice.checkstyle.
ImportCohesionCheck
processFiltered(File, List<String>)
- Method in class com.qulice.checkstyle.
PuzzleDuplicateCheck
processFiltered(File, List<String>)
- Method in class com.qulice.checkstyle.
PuzzleFormatCheck
ProtectedMethodInFinalClassCheck
- Class in
com.qulice.checkstyle
Checks that final class doesn't contain protected methods.
ProtectedMethodInFinalClassCheck()
- Constructor for class com.qulice.checkstyle.
ProtectedMethodInFinalClassCheck
PuzzleDuplicateCheck
- Class in
com.qulice.checkstyle
Check for duplicate todo puzzles.
PuzzleDuplicateCheck()
- Constructor for class com.qulice.checkstyle.
PuzzleDuplicateCheck
PuzzleFormatCheck
- Class in
com.qulice.checkstyle
Check format of PDD puzzles.
PuzzleFormatCheck()
- Constructor for class com.qulice.checkstyle.
PuzzleFormatCheck
S
setCondition(String)
- Method in class com.qulice.checkstyle.
ConditionalRegexpMultilineCheck
Condition regexp that has to match before checking the core one.
setExcludeFileNamePattern(String)
- Method in class com.qulice.checkstyle.
NonStaticMethodCheck
Exclude files matching given pattern.
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
V
validate(Environment)
- Method in class com.qulice.checkstyle.
CheckstyleValidator
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.
CurlyBracketsStructureCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
EmptyLinesCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
JavadocLocationCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
JavadocTagsCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
MethodBodyCommentsCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
MethodsOrderCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
MultilineJavadocTagsCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
NonStaticMethodCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
ProtectedMethodInFinalClassCheck
visitToken(DetailAST)
- Method in class com.qulice.checkstyle.
StringLiteralsConcatenationCheck
B
C
E
G
I
J
M
N
P
S
V
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011–2014
Qulice.com
. All rights reserved.