class SpaceBeforeOpeningBraceRule extends AbstractAstVisitorRule
Check that there is at least one space (blank) or whitespace before each opening brace ("{"). This checks method/class/interface declarations, as well as try/for/while/if statements. A closure expression a preceded by an opening parenthesis, an opening square brace ([), or a dollar sign ($) within a GString does not cause a violation.
Fields inherited from class | Fields |
---|---|
class AbstractAstVisitorRule |
CLOSURE_TEXT, DEFAULT_CONST_NAME, DEFAULT_FIELD_NAME, DEFAULT_TEST_CLASS_NAMES, DEFAULT_TEST_FILES, DEFAULT_VAR_NAME |
Type | Name and description |
---|---|
java.lang.Class |
astVisitorClass |
boolean |
checkClosureMapEntryValue |
java.lang.String |
name |
int |
priority |
Constructor and description |
---|
SpaceBeforeOpeningBraceRule
() |
Groovy Documentation