Index
All Classes and Interfaces|All Packages
A
- AllowedAnnotationsCheck - Class in com.atlassian.bitbucket.checkstyle
-
Use the AST to determine if you have conflicting annotations.
- AllowedAnnotationsCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- AlphabeticallyOrderedDefinitionsCheck - Class in com.atlassian.bitbucket.checkstyle
-
Checks that definitions with the same modifiers are alphabetically ordered (with case insensitivity).
- AlphabeticallyOrderedDefinitionsCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
B
- BitbucketWhitespaceAroundCheck - Class in com.atlassian.bitbucket.checkstyle
- BitbucketWhitespaceAroundCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.BitbucketWhitespaceAroundCheck
C
- com.atlassian.bitbucket.checkstyle - package com.atlassian.bitbucket.checkstyle
E
- EmptyLineAfterDefinitionCheck - Class in com.atlassian.bitbucket.checkstyle
-
Checks for blank lines after class, interface and/or enum definitions.
- EmptyLineAfterDefinitionCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.EmptyLineAfterDefinitionCheck
G
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.EmptyLineAfterDefinitionCheck
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.GetClassTestContextUseCheck
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
- getAcceptableTokens() - Method in class com.atlassian.bitbucket.checkstyle.ScopesAllowedAnnotationCheck
- GetClassTestContextUseCheck - Class in com.atlassian.bitbucket.checkstyle
-
BaseFuncTest.getClassTestContext() should only ever be called from a top-level static method in a test class annotated with @BeforeClass or @AfterClass.
- GetClassTestContextUseCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.GetClassTestContextUseCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.EmptyLineAfterDefinitionCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.GetClassTestContextUseCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
- getDefaultTokens() - Method in class com.atlassian.bitbucket.checkstyle.ScopesAllowedAnnotationCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.EmptyLineAfterDefinitionCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.GetClassTestContextUseCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
- getRequiredTokens() - Method in class com.atlassian.bitbucket.checkstyle.ScopesAllowedAnnotationCheck
N
- NoFinalMethodParametersCheck - Class in com.atlassian.bitbucket.checkstyle
-
Ensures that method parameters are not marked
finalbecause we don't do that in Bitbucket. - NoFinalMethodParametersCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
S
- ScopesAllowedAnnotationCheck - Class in com.atlassian.bitbucket.checkstyle
-
Ensures that methods with JAX-RS annotations have the
@ScopesAllowedannotation. - ScopesAllowedAnnotationCheck() - Constructor for class com.atlassian.bitbucket.checkstyle.ScopesAllowedAnnotationCheck
- setAnnotation(String) - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- setIgnoredModifiers(String...) - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- setIgnoredParents(String[]) - Method in class com.atlassian.bitbucket.checkstyle.BitbucketWhitespaceAroundCheck
- setIgnoreMethods(boolean) - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- setIgnoreVariables(boolean) - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- setIncompatibleAnnotations(String[]) - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- setSpecialVariables(String...) - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- SUPPORTED_TOKENS - Static variable in class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
V
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.AllowedAnnotationsCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.AlphabeticallyOrderedDefinitionsCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.BitbucketWhitespaceAroundCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.EmptyLineAfterDefinitionCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.GetClassTestContextUseCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.NoFinalMethodParametersCheck
- visitToken(DetailAST) - Method in class com.atlassian.bitbucket.checkstyle.ScopesAllowedAnnotationCheck
All Classes and Interfaces|All Packages