Class Summary |
HtmlReporter |
A reporter which emits lint results into an HTML report. |
LintCliClient |
Lint client for command line usage. |
LintCliFlags |
Flags used by the LintCliClient |
LintCliXmlParser |
A customization of the PositionXmlParser which creates position
objects that directly extend the lint
Position class. |
LombokParser |
Java parser which uses the Lombok parser directly. |
Main |
Command line driver for the lint framework |
MultiProjectHtmlReporter |
"Multiplexing" reporter which allows output to be split up into a separate
report for each separate project. |
Reporter |
A reporter is an output generator for lint warnings |
TextReporter |
A reporter which emits lint warnings as plain text strings |
Warning |
A Warning represents a specific warning that a LintClient
has been told about. |
XmlReporter |
A reporter which emits lint results into an XML report. |