Groovy Documentation

Package groovy.org.codenarc.rule.formatting

 

Class Summary
BracesForClassRule Checks the location of the opening brace ({) for classes.
BracesForForLoopAstVisitor
BracesForForLoopRule Checks the location of the opening brace ({) for for loops.
BracesForIfElseAstVisitor
BracesForIfElseRule Checks the location of the opening brace ({) for if statements.
BracesForMethodAstVisitor
BracesForMethodRule Checks the location of the opening brace ({) for constructors and methods.
BracesForTryCatchFinallyAstVisitor
BracesForTryCatchFinallyRule Checks the location of the opening brace ({) for try statements.
ClassJavadocRule Makes sure each class and interface definition is preceeded by javadoc.
LineLengthRule Checks the maximum length for each line of source code.
 


Groovy Documentation