Groovy Documentation

Package org.codenarc.rule.unused

 

Class Summary
UnusedPrivateFieldAstVisitor
UnusedPrivateFieldRule Rule that checks for private fields that are not referenced within the same class.
UnusedPrivateMethodAstVisitor
UnusedPrivateMethodRule Rule that checks for private methods that are not referenced within the same class.
UnusedVariableAstVisitor
UnusedVariableRule Rule that checks for variables that are not referenced.
 


Groovy Documentation