| 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.dry | |
| edu.hm.hafner.analysis.parser.fxcop | |
| 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 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. |
protected void |
FastRegexpLineParser.findIssues(String content,
Report report) |
abstract Report |
IssueParser.parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
| 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 |
AbstractViolationAdapter.parse(ReaderFactory readerFactory) |
Copyright © 2018. All rights reserved.