public class RfLintParser extends RegexpLineParser
ANT_TASK| Constructor and Description |
|---|
RfLintParser()
Creates a new parser.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Issue> |
createIssue(Matcher matcher,
IssueBuilder builder)
Creates a new issue for the specified pattern.
|
Report |
parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
configureIssueBuilder, getCurrentLine, postProcessfindIssuesaccepts, isXmlFilepublic Report parse(ReaderFactory readerFactory)
IssueParserparse in class RegexpLineParserreaderFactory - provides a reader to the reportsprotected Optional<Issue> createIssue(Matcher matcher, IssueBuilder builder)
RegexpParserOptional.empty() to ignore this warning.createIssue in class RegexpParsermatcher - the regular expression matcherbuilder - the issue builder to useCopyright © 2018. All rights reserved.