Groovy Documentation

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

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

class RemoveAllOnSelfRule
extends AbstractAstVisitorRule

This rule catches calling the method removeAll with yourself as a parameter.

Authors:
Hamlet D'Arcy


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation