public class JavacParser extends FastRegexpLineParser
ANT_TASK| Constructor and Description |
|---|
JavacParser()
Creates a new instance of
JavacParser. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Issue> |
createIssue(Matcher matcher,
IssueBuilder builder)
Creates a new issue for the specified pattern.
|
protected boolean |
isLineInteresting(String line)
Returns whether the specified line is interesting.
|
findIssuesconfigureIssueBuilder, getCurrentLine, parse, postProcessaccepts, isXmlFilepublic JavacParser()
JavacParser.protected boolean isLineInteresting(String line)
FastRegexpLineParserisLineInteresting in class FastRegexpLineParserline - the line to inspecttrue if the line should be handed over to the regular expression scanner, false if the
line does not contain a warning.protected 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.