Groovy Documentation

groovy.org.codenarc.rule.formatting
[Groovy] Class MissingBlankLineAfterImportsRule

java.lang.Object
  org.codenarc.rule.AbstractRule
      groovy.org.codenarc.rule.formatting.MissingBlankLineAfterImportsRule

class MissingBlankLineAfterImportsRule
extends AbstractRule

Makes sure there is a blank line after the imports of a source code file.


Property Summary
String name

int priority

 
Method Summary
void applyTo(SourceCode sourceCode, List violations)

 

Property Detail

name

String name


priority

int priority


 
Method Detail

applyTo

@Override
void applyTo(SourceCode sourceCode, List violations)


 

Groovy Documentation