public class EclipseParser extends RegexpDocumentParser
| Modifier and Type | Field and Description |
|---|---|
static String |
ANT_ECLIPSE_WARNING_PATTERN
Pattern for eclipse warnings.
|
ANT_TASK, FALSE_POSITIVEDEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
EclipseParser()
Creates a new instance of
EclipseParser. |
| Modifier and Type | Method and Description |
|---|---|
protected Issue |
createIssue(Matcher matcher,
IssueBuilder builder)
Creates a new issue for the specified pattern.
|
parsefindIssuesgetFileName, guessCategory, guessCategoryIfEmpty, parse, parse, parseIntparsepublic static final String ANT_ECLIPSE_WARNING_PATTERN
public EclipseParser()
EclipseParser.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 useCopyright © 2018. All rights reserved.