Klasse AbstractViolationAdapter
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AndroidLintParserAdapter,CodeNarcAdapter,CppCheckAdapter,DartAnalyzeParserAdapter,DocFxAdapter,Flake8Adapter,JsHintAdapter,JUnitAdapter,KlocWorkAdapter,MyPyAdapter,PitAdapter,PyDocStyleAdapter,ResharperInspectCodeAdapter,SarifAdapter,SemgrepAdapter,ValgrindAdapter,XmlLintAdapter,YamlLintAdapter,ZptLintAdapter
Adapter for
ViolationsParser instances. Converts the results of a ViolationsParser into a static
analysis Report.- Autor:
- Ullrich Hafner
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder edu.hm.hafner.analysis.IssueParser
ADDITIONAL_PROPERTIES, CATEGORY, COLUMN_END, COLUMN_START, DESCRIPTION, FILE_NAME, FINGERPRINT, ID, LINE_END, LINE_RANGE_END, LINE_RANGE_START, LINE_RANGES, LINE_START, MESSAGE, MODULE_NAME, ORIGIN, PACKAGE_NAME, SEVERITY, TYPE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungparse(ReaderFactory readerFactory) Parses the specified file for issues.Von Klasse geerbte Methoden edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Konstruktordetails
-
AbstractViolationAdapter
public AbstractViolationAdapter()
-
-
Methodendetails
-
parse
Beschreibung aus Klasse kopiert:IssueParserParses the specified file for issues.- Angegeben von:
parsein KlasseIssueParser- Parameter:
readerFactory- provides a reader to the reports- Gibt zurück:
- the issues
- Löst aus:
ParsingCanceledException- Signals that the parsing has been aborted by the userParsingException- Signals that during parsing a non-recoverable error has been occurred
-