Package com.atlassian.bitbucket.checkstyle
package com.atlassian.bitbucket.checkstyle
-
ClassesClassDescriptionUse 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
finalbecause we don't do that in Bitbucket.Ensures that methods with JAX-RS annotations have the@ScopesAllowedannotation.Ensures that methods with JAX-RS annotations have the@ScopesAllowedannotation withrequiredScope = OAuth2Scope.PUBLIC_REPOS_NAME.