Class ClangAnalyzerPlistParser

  • All Implemented Interfaces:
    Serializable

    public class ClangAnalyzerPlistParser
    extends IssueParser
    A parser for the clang-analyzer static analysis warnings.
    Author:
    Andrey Danin
    See Also:
    Serialized Form
    • Constructor Detail

      • ClangAnalyzerPlistParser

        public ClangAnalyzerPlistParser()
    • Method Detail

      • accepts

        public boolean accepts​(ReaderFactory readerFactory)
        Description copied from class: IssueParser
        Returns whether this parser accepts the specified file as valid input. Parsers may reject a file if it is in the wrong format to avoid exceptions during parsing.
        Overrides:
        accepts in class IssueParser
        Parameters:
        readerFactory - provides a reader to the reports
        Returns:
        true if this parser accepts this file as valid input, or false if the file could not be parsed by this parser