|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.warnings.parser.RegexpParser
hudson.plugins.warnings.parser.RegexpLineParser
hudson.plugins.warnings.parser.IntelCParser
public class IntelCParser
A parser for the Inter C compiler warnings.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.warnings.parser.RegexpParser |
|---|
DEPRECATION, FALSE_POSITIVE, PROPRIETARY_API |
| Constructor Summary | |
|---|---|
IntelCParser()
Creates a new instance of InterCParser. |
|
| Method Summary | |
|---|---|
protected Warning |
createWarning(java.util.regex.Matcher matcher)
Creates a new annotation for the specified pattern. |
protected boolean |
isLineInteresting(java.lang.String line)
Returns whether the specified line is interesting. |
| Methods inherited from class hudson.plugins.warnings.parser.RegexpLineParser |
|---|
parse |
| Methods inherited from class hudson.plugins.warnings.parser.RegexpParser |
|---|
classifyIfEmpty, classifyWarning, findAnnotations, getLineNumber, getName, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntelCParser()
InterCParser.
| Method Detail |
|---|
protected boolean isLineInteresting(java.lang.String line)
isLineInteresting in class RegexpLineParserline - the line to inspect
true if the line should be handed over to the
regular expression scanner, false if the line does
not contain a warning.protected Warning createWarning(java.util.regex.Matcher matcher)
RegexpParser.FALSE_POSITIVE to
ignore this warning.
createWarning in class RegexpParsermatcher - the regular expression matcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||