| 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 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) |
Report |
IssueParser.parse(File file,
Charset charset)
Parses the specified file for issues.
|
abstract Report |
IssueParser.parse(File file,
Charset charset,
Function<String,String> preProcessor)
Parses the specified file for issues.
|
Report |
AbstractParser.parse(File file,
Charset charset,
Function<String,String> preProcessor) |
Report |
AbstractParser.parse(Reader reader)
Parses the specified input stream for issues.
|
Report |
RegexpLineParser.parse(Reader reader,
Function<String,String> preProcessor) |
abstract Report |
AbstractParser.parse(Reader reader,
Function<String,String> preProcessor)
Parses the specified input stream for issues.
|
Report |
RegexpDocumentParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
FindBugsParser.parse(File file,
Charset charset,
Function<String,String> preProcessor) |
Report |
StyleCopParser.parse(Reader reader,
Function<String,String> preProcessor) |
Report |
LintParser.parse(Reader file,
Function<String,String> preProcessor) |
Report |
SonarQubeParser.parse(Reader reader,
Function<String,String> preProcessor) |
Report |
LinuxKernelOutputParser.parse(Reader file,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
CcmParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
CheckStyleParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractDryParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
FxCopParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
GendarmeParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
JcReportParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
PmdParser.parse(Reader reader,
Function<String,String> preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractViolationAdapter.parse(Reader reader,
Function<String,String> preProcessor) |
Copyright © 2018. All rights reserved.