|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.rule.AbstractRule
groovy.org.codenarc.rule.formatting.BlankLineBeforePackageRule
class BlankLineBeforePackageRule extends AbstractRule
Makes sure there are no blank lines before the package declaration of a source code file.
| Property Summary | |
|---|---|
String |
name
|
int |
priority
|
| Method Summary | |
|---|---|
void
|
applyTo(SourceCode sourceCode, List violations)
|
| Property Detail |
|---|
String name
int priority
| Method Detail |
|---|
@Override void applyTo(SourceCode sourceCode, List violations)
Groovy Documentation