Class GendarmeParser
- java.lang.Object
-
- edu.hm.hafner.analysis.IssueParser
-
- edu.hm.hafner.analysis.parser.gendarme.GendarmeParser
-
- All Implemented Interfaces:
Serializable
public class GendarmeParser extends IssueParser
Parses Gendarme violations.- Author:
- mathias.kluba@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GendarmeParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reportparse(ReaderFactory factory)Parses the specified file for issues.-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
-
-
-
Method Detail
-
parse
public Report parse(ReaderFactory factory) throws ParsingException
Description copied from class:IssueParserParses the specified file for issues.- Specified by:
parsein classIssueParser- Parameters:
factory- provides a reader to the reports- Returns:
- the issues
- Throws:
ParsingException- Signals that during parsing a non recoverable error has been occurred
-
-