public class MavenConsoleParser extends FastRegexpLineParser
ANT_TASK, FALSE_POSITIVEDEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
MavenConsoleParser()
Creates a new instance of
MavenConsoleParser. |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
protected Report |
postProcess(Report warnings)
Post processes the issues.
|
findIssuesgetCurrentLine, parsegetFileName, guessCategory, guessCategoryIfEmpty, parse, parse, parseIntaccepts, isXmlFile, parsepublic MavenConsoleParser()
MavenConsoleParser.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 Issue createIssue(Matcher matcher, IssueBuilder builder)
RegexpParserRegexpParser.FALSE_POSITIVE to ignore this
warning.createIssue in class RegexpParsermatcher - the regular expression matcherbuilder - the issue builder to useprotected Report postProcess(Report warnings)
RegexpLineParserpostProcess in class RegexpLineParserwarnings - the issues after the parsing processCopyright © 2018. All rights reserved.