Checkstyle Addons
C G I L P R S V 

C

CheckstyleExtensionPlugin - Class in com.thomasjensen.checkstyle.addons.sonarqube
The Checkstyle Addons SonarQube plugin main class.
CheckstyleExtensionPlugin() - Constructor for class com.thomasjensen.checkstyle.addons.sonarqube.CheckstyleExtensionPlugin
 
CheckstyleExtensionRepository - Class in com.thomasjensen.checkstyle.addons.sonarqube
Container for the SonarQube rules provided by this plugin.
CheckstyleExtensionRepository(XMLRuleParser) - Constructor for class com.thomasjensen.checkstyle.addons.sonarqube.CheckstyleExtensionRepository
Constructor.
com.thomasjensen.checkstyle.addons.checks.coding - package com.thomasjensen.checkstyle.addons.checks.coding
Checks that find coding problems.
com.thomasjensen.checkstyle.addons.checks.regexp - package com.thomasjensen.checkstyle.addons.checks.regexp
Checks that primarily apply regular expressions to stuff.
com.thomasjensen.checkstyle.addons.sonarqube - package com.thomasjensen.checkstyle.addons.sonarqube
The SonarQube plugin.
createRules() - Method in class com.thomasjensen.checkstyle.addons.sonarqube.CheckstyleExtensionRepository
 

G

getDefaultTokens() - Method in class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
 
getDefaultTokens() - Method in class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
 
getExtensions() - Method in class com.thomasjensen.checkstyle.addons.sonarqube.CheckstyleExtensionPlugin
 
getRequiredTokens() - Method in class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
 
getRequiredTokens() - Method in class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
 

I

IllegalMethodCallCheck - Class in com.thomasjensen.checkstyle.addons.checks.coding
Flags calls to methods with certain names.
IllegalMethodCallCheck() - Constructor for class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
 
init() - Method in class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
 

L

LostInstanceCheck - Class in com.thomasjensen.checkstyle.addons.checks.coding
Checks that object instances created explicitly with new are actually used for something.
LostInstanceCheck() - Constructor for class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
 

P

processFiltered(File, List<String>) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
 

R

RegexpOnFilenameCheck - Class in com.thomasjensen.checkstyle.addons.checks.regexp
This check applies a given regular expression to the names of files.
RegexpOnFilenameCheck() - Constructor for class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
 
RegexpOnFilenameOption - Enum in com.thomasjensen.checkstyle.addons.checks.regexp
Represents the possible modes of operation for the RegexpOnFilenameCheck.

S

setIllegalMethodNames(String...) - Method in class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
Setter.
setMode(String) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
 
setRegexp(String) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
Setter.
setSelection(String) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
Setter.
setSimple(boolean) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameCheck
 

V

valueOf(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameOption
Returns an array containing the constants of this enum type, in the order they are declared.
visitToken(DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
 
visitToken(DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
 
C G I L P R S V 
Checkstyle Addons