Package edu.hm.hafner.analysis.parser
Class PolyspaceParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.PolyspaceParser
- All Implemented Interfaces:
Serializable
A parser for Polyspace Bug Finder and Code Prover results. Used for .csv files generated from Bugfinder and
CodeProver tools
- Author:
- Eva Habeeb
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(ReaderFactory reader) Creates a new instance ofPolyspaceParser.Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
PolyspaceParser
public PolyspaceParser()
-
-
Method Details
-
parse
Creates a new instance ofPolyspaceParser.- Specified by:
parsein classIssueParser- Parameters:
reader- provides a reader to the reports- Returns:
- the issues
- Throws:
ParsingException- Signals that during parsing a non recoverable error has been occurred
-