| 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 | Method and Description |
|---|---|
protected abstract Optional<Issue> |
RegexpParser.createIssue(Matcher matcher,
IssueBuilder builder)
Creates a new issue for the specified pattern.
|
protected void |
RegexpParser.findIssues(String content,
Report report)
Parses the specified string
content using a regular expression and creates a set of new issues for each
match. |
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 |
|---|---|
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.
|
| 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.