Groovy Documentation

groovy.org.codenarc.rule.basic
[Groovy] Class EmptyIfStatementRule

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.basic.EmptyIfStatementRule

class EmptyIfStatementRule
extends AbstractAstVisitorRule

Rule that checks for empty if statements

Authors:
Chris Mair


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation