Uses of Class
com.thomasjensen.checkstyle.addons.checks.AbstractMethodCallCheck
-
Packages that use AbstractMethodCallCheck Package Description com.thomasjensen.checkstyle.addons.checks.coding Checks that find coding problems.com.thomasjensen.checkstyle.addons.checks.misc Checks that find miscellaneous problems. -
-
Uses of AbstractMethodCallCheck in com.thomasjensen.checkstyle.addons.checks.coding
Subclasses of AbstractMethodCallCheck in com.thomasjensen.checkstyle.addons.checks.coding Modifier and Type Class Description class
IllegalMethodCallCheck
Flags calls to methods with certain names. -
Uses of AbstractMethodCallCheck in com.thomasjensen.checkstyle.addons.checks.misc
Subclasses of AbstractMethodCallCheck 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.
-