| Interface | Description |
|---|---|
| HtmlReportGenerator | Responsible for html report generation for plugins not supporting that directly. |
| Reporter | Reporter is responsible for printing violations into console and possible html report generation. |
| Class | Description |
|---|---|
| CheckstyleReporter | Prints checkstyle errors (from xml report) into console. |
| CodeNarcReporter | Prints codenarc errors (from xml report) into console. |
| CpdReporter | Prints CPD duplicates (from xml report) into console. |
| PmdReporter | Prints pmd errors (from xml report) into console. |
| ReportUtils | Reporting utils. |
| SpotbugsReporter | Prints spotbugs errors (from xml report) into console and generates html report using custom xsl. |