- call() - Method in interface com.thomasjensen.checkstyle.addons.util.CallableNoEx
-
- CallableNoEx<R> - Interface in com.thomasjensen.checkstyle.addons.util
-
The same as Callable
, but throws no checked exceptions.
- canonize(File) - Static method in class com.thomasjensen.checkstyle.addons.util.Util
-
Calls getCanonicalFile() on the given File; if that doesn't work, call getAbsoluteFile() on it.
- CheckstyleApiFixer - Class in com.thomasjensen.checkstyle.addons.util
-
The public API of the Checkstyle tool changes frequently, and many releases of Checkstyle are incompatible with their
predecessors.
- CheckstyleApiFixer(AbstractCheck) - Constructor for class com.thomasjensen.checkstyle.addons.util.CheckstyleApiFixer
-
Constructor.
- CheckstyleApiFixer(AbstractCheck, String) - Constructor for class com.thomasjensen.checkstyle.addons.util.CheckstyleApiFixer
-
Constructor.
- 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.
- closeQuietly(Closeable) - Static method in class com.thomasjensen.checkstyle.addons.util.Util
-
Quietly close the given resource, ignoring any exceptions.
- com.thomasjensen.checkstyle.addons.checks - package com.thomasjensen.checkstyle.addons.checks
-
Common classes for all checks.
- com.thomasjensen.checkstyle.addons.checks.coding - package com.thomasjensen.checkstyle.addons.checks.coding
-
Checks that find coding problems.
- com.thomasjensen.checkstyle.addons.checks.misc - package com.thomasjensen.checkstyle.addons.checks.misc
-
Checks that find miscellaneous 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.
- com.thomasjensen.checkstyle.addons.util - package com.thomasjensen.checkstyle.addons.util
-
Generic helper classes for all checks.
- ConfigValidationException - Exception in com.thomasjensen.checkstyle.addons.checks.misc
-
The ModuleDirectoryLayout check's JSON configuration was faulty.
- ConfigValidationException(String) - Constructor for exception com.thomasjensen.checkstyle.addons.checks.misc.ConfigValidationException
-
Constructor.
- ConfigValidationException(String, Throwable) - Constructor for exception com.thomasjensen.checkstyle.addons.checks.misc.ConfigValidationException
-
Constructor.
- containsString(Iterable<String>, String, boolean) - Static method in class com.thomasjensen.checkstyle.addons.util.Util
-
Search for a String in a collection.
- createRules() - Method in class com.thomasjensen.checkstyle.addons.sonarqube.CheckstyleExtensionRepository
-
- validate() - Method in class com.thomasjensen.checkstyle.addons.checks.misc.MdlJsonConfig.MdlSpec
-
- validate() - Method in class com.thomasjensen.checkstyle.addons.checks.misc.MdlJsonConfig.Settings
-
- validate() - Method in class com.thomasjensen.checkstyle.addons.checks.misc.MdlJsonConfig.SpecElement
-
- validate() - Method in class com.thomasjensen.checkstyle.addons.checks.misc.MdlJsonConfig
-
- validate() - Method in interface com.thomasjensen.checkstyle.addons.checks.misc.SelfValidating
-
Perform self-validation.
- valueOf(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.misc.MdlContentSpecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameOrgOption
-
Returns the enum constant of this type with the specified name.
- valueOfIgnoreCase(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceOption
-
Variant of Enum.valueOf(java.lang.Class<T>, java.lang.String)
that ignores value case.
- valueOfIgnoreCase(String) - Static method in enum com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameOrgOption
-
Variant of Enum.valueOf(java.lang.Class<T>, java.lang.String)
that ignores value case.
- valueOfIgnoreCase(String, Class<E>) - Static method in class com.thomasjensen.checkstyle.addons.util.Util
-
Variant of Enum.valueOf(java.lang.Class<T>, java.lang.String)
that ignores value case.
- values() - Static method in enum com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thomasjensen.checkstyle.addons.checks.misc.MdlContentSpecType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnFilenameOrgOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visitKnownType(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.AbstractAddonsCheck
-
Called after visiting a CLASS_DEF, INTERFACE_DEF, ANNOTATION_DEF, or ENUM_DEF token and successfully determining
the type's binary class name.
- visitKnownType(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.misc.PropertyCatalogCheck
-
- visitMethodCall(String, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.AbstractMethodCallCheck
-
Visitor method called when a relevant method call is encountered.
- visitMethodCall(String, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.coding.IllegalMethodCallCheck
-
- visitMethodCall(String, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.AbstractAddonsCheck
-
Called to process a token.
- visitToken(DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.AbstractAddonsCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.AbstractMethodCallCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.coding.LostInstanceCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.misc.PropertyCatalogCheck
-
- visitToken(BinaryName, DetailAST) - Method in class com.thomasjensen.checkstyle.addons.checks.regexp.RegexpOnStringCheck
-