Package com.jimischopp.checkstyle

Class Summary
AbstractBaseChecker An abstract class the proves useful methods for decoding/deciphering AST blocks.
ResourceUseInLoopCheck Finds calls to resource objects which should not be performed in loops.
WastefulDateCreationCheck Checks that 'new java.util.Date().getTime()' is never called.
WastefulParseNumCheck Checks for unnecessary wrapper object creation used to parse strings and primitives.