Extension Points defined in Warnings Plugin

AbstractWarningsParser

Parses an input stream for compiler warnings and returns the found warnings. If your parser is based on a regular expression you can extend from the existing base classes RegexpLineParser or RegexpDocumentParser .

Implementations:

WarningsParser

Parses an input stream for compiler warnings and returns the found warnings. If your parser is based on a regular expression you can extend from the existing base classes RegexpLineParser or RegexpDocumentParser .

Implementations: