- 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(Check) - Constructor for class com.thomasjensen.checkstyle.addons.util.CheckstyleApiFixer
-
Constructor.
- CheckstyleApiFixer(Check, 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
-