Extension Points defined in Warnings Plugin

Table of Contents

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: