Uses of Class
edu.hm.hafner.analysis.ParsingException
Packages that use ParsingException
Package
Description
Provides base classes and utilities to parse files for warnings, issues, and so on.
The available parsers.
CCM parser.
CheckStyle parser.
Duplicate Code parsers.
FxCop parser.
Gendarme parser.
JC Report parser.
PMD parser.
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 ParsingExceptionModifier and TypeMethodDescriptionLookaheadParser.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.LookaheadParser.parse(ReaderFactory readerFactory) IssueParser.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 ParsingExceptionModifier and TypeMethodDescriptionDrMemoryParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) ErrorProneParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) GradleErrorProneParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) JavacParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) MavenConsoleParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) NagFortranParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) OELintAdvParser.createIssue(Matcher matcher, edu.hm.hafner.util.LookaheadStream lookahead, IssueBuilder builder) AjcParser.parse(ReaderFactory reader) CargoCheckParser.parse(ReaderFactory readerFactory) ClangAnalyzerPlistParser.parse(ReaderFactory readerFactory) EclipseXMLParser.parse(ReaderFactory readerFactory) EmbeddedEngineerParser.parse(ReaderFactory reader) IdeaInspectionParser.parse(ReaderFactory readerFactory) JsonIssueParser.parse(ReaderFactory readerFactory) JsonLogParser.parse(ReaderFactory readerFactory) JsonParser.parse(ReaderFactory readerFactory) LintParser.parse(ReaderFactory readerFactory) PolyspaceParser.parse(ReaderFactory reader) Creates a new instance ofPolyspaceParser.QtTranslationParser.parse(ReaderFactory readerFactory) SimulinkCheckParser.parse(ReaderFactory readerFactory) StyleCopParser.parse(ReaderFactory readerFactory) TaglistParser.parse(ReaderFactory readerFactory) -
Uses of ParsingException in edu.hm.hafner.analysis.parser.ccm
Methods in edu.hm.hafner.analysis.parser.ccm that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.checkstyle
Methods in edu.hm.hafner.analysis.parser.checkstyle that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.dry
Methods in edu.hm.hafner.analysis.parser.dry that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.findbugs
Methods in edu.hm.hafner.analysis.parser.findbugs that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.fxcop
Methods in edu.hm.hafner.analysis.parser.fxcop that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.gendarme
Methods in edu.hm.hafner.analysis.parser.gendarme that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport that throw ParsingExceptionModifier and TypeMethodDescriptionJcReportParser.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 -
Uses of ParsingException in edu.hm.hafner.analysis.parser.pvsstudio
Methods in edu.hm.hafner.analysis.parser.pvsstudio that throw ParsingException -
Uses of ParsingException in edu.hm.hafner.analysis.parser.violations
Methods in edu.hm.hafner.analysis.parser.violations that throw ParsingExceptionModifier and TypeMethodDescriptionAbstractViolationAdapter.parse(ReaderFactory readerFactory) JUnitAdapter.parse(ReaderFactory readerFactory)