Groovy Documentation

Package org.codenarc.rule.logging

 

Class Summary
PrintStackTraceAstVisitor
PrintStackTraceRule Rule that checks for calls to printStackTrace().
PrintlnAstVisitor
PrintlnRule Rule that checks for calls to this.print(), this.println() or this.printf().
SystemErrPrintAstVisitor
SystemErrPrintRule Rule that checks for calls to System.err.print(), System.err.println() or System.err.printf().
SystemOutPrintAstVisitor
SystemOutPrintRule Rule that checks for calls to System.out.print(), System.out.println() or System.out.printf().
 


Groovy Documentation