Uses of Class
com.jimischopp.checkstyle.AbstractBaseChecker

Packages that use AbstractBaseChecker
com.jimischopp.checkstyle   
 

Uses of AbstractBaseChecker in com.jimischopp.checkstyle
 

Subclasses of AbstractBaseChecker in com.jimischopp.checkstyle
 class ResourceUseInLoopCheck
          Finds calls to resource objects which should not be performed in loops.
 class WastefulDateCreationCheck
          Checks that 'new java.util.Date().getTime()' is never called.
 class WastefulParseNumCheck
          Checks for unnecessary wrapper object creation used to parse strings and primitives.