Groovy Documentation

Package groovy.org.codenarc.rule.generic

 

Class Summary
IllegalClassReferenceRule Checks for reference to any of the named classes.
IllegalPackageReferenceAstVisitor
IllegalPackageReferenceRule Checks for reference to any of the named packages.
IllegalRegexRule Checks for a specified illegal regular expression within the source code.
RequiredRegexRule Checks for a specified regular expression that must exist within the source code.
RequiredStringRule Checks for a specified String that must exist within the source code.
StatelessClassAstVisitor
StatelessClassRule Rule that checks for non-final fields on a class.
 


Groovy Documentation