Uses of Class
edu.hm.hafner.analysis.ParsingException
-
Packages that use ParsingException Package Description edu.hm.hafner.analysis Provides base classes and utilities to parse files for warnings, issues, and so on.edu.hm.hafner.analysis.parser The available parsers.edu.hm.hafner.analysis.parser.ccm CCM parser.edu.hm.hafner.analysis.parser.checkstyle CheckStyle parser.edu.hm.hafner.analysis.parser.dry Duplicate Code parsers.edu.hm.hafner.analysis.parser.findbugs edu.hm.hafner.analysis.parser.fxcop FxCop parser.edu.hm.hafner.analysis.parser.gendarme Gendarme parser.edu.hm.hafner.analysis.parser.jcreport JC Report parser.edu.hm.hafner.analysis.parser.pmd PMD parser.edu.hm.hafner.analysis.parser.pvsstudio edu.hm.hafner.analysis.parser.violations Parsers that use the violations lib (https://github.com/tomasbjerre/violations-lib). -
-
Uses of ParsingException in edu.hm.hafner.analysis
Methods in edu.hm.hafner.analysis that throw ParsingException Modifier and Type Method Description protected abstract Optional<Issue>LookaheadParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)Creates a new issue for the specified pattern.abstract ReportIssueParser. parse(ReaderFactory readerFactory)Parses the specified file for issues.ReportLookaheadParser. parse(ReaderFactory readerFactory)ReportIssueParser. parseFile(ReaderFactory readerFactory)Parses the specified file for issues. -
Uses of ParsingException in edu.hm.hafner.analysis.parser
Methods in edu.hm.hafner.analysis.parser that throw ParsingException Modifier and Type Method Description protected Optional<Issue>DrMemoryParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>ErrorProneParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>GradleErrorProneParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>JavacParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>MavenConsoleParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>NagFortranParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)protected Optional<Issue>OELintAdvParser. createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder)ReportAjcParser. parse(ReaderFactory reader)ReportCargoCheckParser. parse(ReaderFactory readerFactory)ReportClangAnalyzerPlistParser. parse(ReaderFactory readerFactory)ReportEclipseXMLParser. parse(ReaderFactory readerFactory)ReportIdeaInspectionParser. parse(ReaderFactory readerFactory)ReportJsonIssueParser. parse(ReaderFactory readerFactory)ReportJsonLogParser. parse(ReaderFactory readerFactory)ReportJsonParser. parse(ReaderFactory readerFactory)ReportLintParser. parse(ReaderFactory readerFactory)ReportQtTranslationParser. parse(ReaderFactory readerFactory)ReportStyleCopParser. parse(ReaderFactory readerFactory)ReportTaglistParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.ccm
Methods in edu.hm.hafner.analysis.parser.ccm that throw ParsingException Modifier and Type Method Description ReportCcmParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.checkstyle
Methods in edu.hm.hafner.analysis.parser.checkstyle that throw ParsingException Modifier and Type Method Description ReportCheckStyleParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.dry
Methods in edu.hm.hafner.analysis.parser.dry that throw ParsingException Modifier and Type Method Description ReportAbstractDryParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.findbugs
Methods in edu.hm.hafner.analysis.parser.findbugs that throw ParsingException Modifier and Type Method Description ReportFindBugsParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.fxcop
Methods in edu.hm.hafner.analysis.parser.fxcop that throw ParsingException Modifier and Type Method Description ReportFxCopParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.gendarme
Methods in edu.hm.hafner.analysis.parser.gendarme that throw ParsingException Modifier and Type Method Description ReportGendarmeParser. parse(ReaderFactory factory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport that throw ParsingException Modifier and Type Method Description ReportJcReportParser. createReport(ReaderFactory readerFactory)Creates a Report-Object out of the content within the JcReport.xml. -
Uses of ParsingException in edu.hm.hafner.analysis.parser.pmd
Methods in edu.hm.hafner.analysis.parser.pmd that throw ParsingException Modifier and Type Method Description ReportPmdParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.pvsstudio
Methods in edu.hm.hafner.analysis.parser.pvsstudio that throw ParsingException Modifier and Type Method Description ReportPVSStudioParser. parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.violations
Methods in edu.hm.hafner.analysis.parser.violations that throw ParsingException Modifier and Type Method Description ReportAbstractViolationAdapter. parse(ReaderFactory readerFactory)ReportJUnitAdapter. parse(ReaderFactory readerFactory)
-