Uses of Class
com.thomasjensen.checkstyle.addons.checks.AbstractAddonsCheck
-
Packages that use AbstractAddonsCheck Package Description com.thomasjensen.checkstyle.addons.checks Common classes for all checks.com.thomasjensen.checkstyle.addons.checks.coding Checks that find coding problems.com.thomasjensen.checkstyle.addons.checks.misc Checks that find miscellaneous problems.com.thomasjensen.checkstyle.addons.checks.regexp Checks that primarily apply regular expressions to stuff. -
-
Uses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks
Subclasses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks Modifier and Type Class Description classAbstractMethodCallCheckChecks deriving from this type are aware of method calls occurring anywhere in the source, and get explicitly notified when such calls are encountered. -
Uses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.coding
Subclasses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.coding Modifier and Type Class Description classIllegalMethodCallCheckFlags calls to methods with certain names.classLostInstanceCheckChecks that object instances created explicitly withneware actually used for something. -
Uses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.misc
Subclasses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.misc Modifier and Type Class Description classLocationReferenceCheckThis check compares specified method arguments to the names of the current method or class.classPropertyCatalogCheckThis check helps keeping a property file in sync with a piece of code that contains the property keys. -
Uses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.regexp
Subclasses of AbstractAddonsCheck in com.thomasjensen.checkstyle.addons.checks.regexp Modifier and Type Class Description classRegexpOnStringCheckThis check applies a regular expression to String literals found in the source.
-