Groovy Documentation

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

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.formatting.SpaceAfterCatchRule

class SpaceAfterCatchRule
extends AbstractAstVisitorRule

Check that there is exactly one space (blank) after the catch keyword and before the opening parenthesis.

Authors:
Chris Mair


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation