| CollectErrorListener |
|
| CommandLineReporter |
This class extends the class Reporter by generating an analysis report and print it to the command line.
|
| CSVReporter |
This class extends the class Reporter by generating an analysis report and write it into a
csv file.
|
| CSVSummaryReporter |
This class extends the class Reporter by generating a summary of the analysis and write it into a
csv file.
|
| ErrorMarkerListener |
This listener is notified of any misuses the analysis finds.
|
| Reporter |
Superclass for all reporters.
|
| ReporterHelper |
This class is used to generate a report as a String for multiple other classes.
|
| ReportStatistics |
This class is used by the class Reporter to store all statistics, which are relevant for the analysis.
|
| SARIFConfig |
|
| SARIFHelper |
|
| SARIFReporter |
This class extends the class Reporter by generating an analysis report and write it into a
JSON file in the SARIF format.
|
| SourceCodeLocater |
|
| TXTReporter |
This class extends the class Reporter by generating a report and writing it into a text file.
|