| AbstractCheckstyleReport |
Base abstract class for Checkstyle reports.
|
| CheckstyleAggregateReport |
A reporting task that performs Checkstyle analysis and generates an aggregate
HTML report on the violations that Checkstyle finds in a multi-module reactor
build.
|
| CheckstyleReport |
A reporting task that performs Checkstyle analysis and generates an HTML
report on any violations that Checkstyle finds.
|
| CheckstyleReportRenderer |
Generate a report based on CheckstyleResults.
|
| CheckstyleReportRenderer.ChainedItem<T> |
|
| CheckstyleReportRenderer.ConfReference |
|
| CheckstyleViolationCheckMojo |
Performs Checkstyle analysis and outputs violations or a count of violations
to the console, potentially failing the build.
|
| CompositeAuditListener |
AuditListener that forwards events to a list of other AuditListeners
|
| RuleUtil |
Tooling for Checkstyle rules conventions: names, categories.
|
| RuleUtil.ExtensionMatcher |
An extension does not start with Checkstyle package.
|
| RuleUtil.PackageMatcher |
|
| RuleUtil.RuleMatcher |
|
| Violation |
Holds data about a single violation and represents the violation itself.
|