All Classes and Interfaces

Classes
Class
Description
Use the AST to determine if you have conflicting annotations.
Checks that definitions with the same modifiers are alphabetically ordered (with case insensitivity).
 
Checks for blank lines after class, interface and/or enum definitions.
BaseFuncTest.getClassTestContext() should only ever be called from a top-level static method in a test class annotated with @BeforeClass or @AfterClass.
Ensures that method parameters are not marked final because we don't do that in Bitbucket.
Ensures that methods with JAX-RS annotations have the @ScopesAllowed annotation.
Ensures that methods with JAX-RS annotations have the @ScopesAllowed annotation with requiredScope = OAuth2Scope.PUBLIC_REPOS_NAME.