public class PerlCriticParser extends RegexpLineParser
ANT_TASK| Constructor and Description |
|---|
PerlCriticParser()
Creates a new instance of
PerlCriticParser. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Issue> |
createIssue(Matcher matcher,
IssueBuilder builder)
Creates a new issue for the specified pattern.
|
configureIssueBuilder, getCurrentLine, parse, postProcessfindIssuesaccepts, isXmlFilepublic PerlCriticParser()
PerlCriticParser.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.