Uses of Class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck

Uses in package com.puppycrawl.tools.checkstyle.checks.naming

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck

class
Ensures that the names of abstract classes conforming to some regular expression.
class
Abstract class for checking that names conform to a specified format.
class
Checks that constant names conform to a format specified by the format property.
class
Checks that local final variable names conform to a format specified by the format property.
class
Checks that local, non-final variable names conform to a format specified by the format property.
class
Checks that instance variable names conform to a format specified by the format property.
class
Checks that method names conform to a format specified by the format property.
class
Checks that package names conform to a format specified by the format property.
class
Checks that parameter names conform to a format specified by the format property.
class
Checks that static, non-final variable names conform to a format specified by the format property.
class
Checks that type names conform to a format specified by the format property.

Uses in package com.puppycrawl.tools.checkstyle.checks.coding

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck

class
Checks for illegal token text.
class
Checks that particular class are never used as types in variable declarations, return values or parameters.
class
Restricts return statements to a specified count (default = 2).

Uses in package com.puppycrawl.tools.checkstyle.checks

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck

class
A generic check for code problems, the user can search for any pattern.
class
A check that makes sure that a specified pattern exists (or not) in the file.
class
A check that makes sure that a specified pattern exists in the code.
class
A check for TODO comments.
class
The check to ensure that requires that comments be the only thing on a line.

Uses in package com.puppycrawl.tools.checkstyle.checks.design

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck

class
Ensures that exceptions (defined as any class name conforming to some regular expression) are immutable.