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 class
AbstractMethodCallCheck
Checks 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 class
IllegalMethodCallCheck
Flags calls to methods with certain names.class
LostInstanceCheck
Checks that object instances created explicitly withnew
are 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 class
LocationReferenceCheck
This check compares specified method arguments to the names of the current method or class.class
PropertyCatalogCheck
This 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 class
RegexpOnStringCheck
This check applies a regular expression to String literals found in the source.
-