| Package | Description |
|---|---|
| edu.hm.hafner.analysis |
Provides base classes and utilities to parse files for warnings, issues, and so on.
|
| edu.hm.hafner.analysis.parser |
The available parsers.
|
| edu.hm.hafner.analysis.parser.ccm | |
| edu.hm.hafner.analysis.parser.checkstyle | |
| edu.hm.hafner.analysis.parser.dry | |
| edu.hm.hafner.analysis.parser.fxcop | |
| edu.hm.hafner.analysis.parser.gendarme | |
| edu.hm.hafner.analysis.parser.jcreport | |
| edu.hm.hafner.analysis.parser.pmd | |
| edu.hm.hafner.analysis.parser.violations |
Parsers that use the violations lib (https://github.com/tomasbjerre/violations-lib).
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileReaderFactory
Provides a
ReaderFactory that returns readers for a given file. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueParser.accepts(ReaderFactory readerFactory)
Returns whether this parser accepts the specified file as valid input.
|
protected boolean |
IssueParser.isXmlFile(ReaderFactory readerFactory)
Returns whether the specified file is an XML file.
|
abstract Report |
IssueParser.parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
Report |
RegexpLineParser.parse(ReaderFactory reader) |
Report |
RegexpDocumentParser.parse(ReaderFactory reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EclipseParser.accepts(ReaderFactory readerFactory) |
boolean |
SonarQubeParser.accepts(ReaderFactory readerFactory) |
boolean |
EclipseXMLParser.accepts(ReaderFactory readerFactory) |
Report |
RfLintParser.parse(ReaderFactory readerFactory) |
Report |
StyleCopParser.parse(ReaderFactory readerFactory) |
Report |
LintParser.parse(ReaderFactory readerFactory) |
Report |
FindBugsParser.parse(ReaderFactory readerFactory) |
Report |
IdeaInspectionParser.parse(ReaderFactory readerFactory) |
Report |
TaglistParser.parse(ReaderFactory readerFactory) |
Report |
SonarQubeParser.parse(ReaderFactory readerFactory) |
Report |
EclipseXMLParser.parse(ReaderFactory readerFactory) |
Report |
AjcParser.parse(ReaderFactory reader) |
| Modifier and Type | Method and Description |
|---|---|
Report |
CcmParser.parse(ReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
CheckStyleParser.parse(ReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractDryParser.parse(ReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
FxCopParser.parse(ReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
GendarmeParser.parse(ReaderFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
JcReportParser.createReport(ReaderFactory readerFactory)
Creates a Report-Object out of the content within the JcReport.xml.
|
Report |
JcReportParser.parse(ReaderFactory reader) |
| Modifier and Type | Method and Description |
|---|---|
Report |
PmdParser.parse(ReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractViolationAdapter.parse(ReaderFactory readerFactory) |
Copyright © 2018. All rights reserved.