Package edu.hm.hafner.analysis.parser
Class IdeaInspectionParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.IdeaInspectionParser
- All Implemented Interfaces:
Serializable
A parser for IntelliJ IDEA inspections.
- Author:
- Alex Lopashev, alexlopashev@gmail.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(ReaderFactory readerFactory) Parses the specified file for issues.Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
IdeaInspectionParser
public IdeaInspectionParser()
-
-
Method Details
-
parse
Description copied from class:IssueParserParses the specified file for issues.- Specified by:
parsein classIssueParser- Parameters:
readerFactory- provides a reader to the reports- Returns:
- the issues
- Throws:
ParsingException- Signals that during parsing a non recoverable error has been occurred
-