Uses of Class
edu.hm.hafner.analysis.ParsingCanceledException
Packages that use ParsingCanceledException
Package
Description
Provides base classes and utilities to parse files for warnings, issues, and so on.
The available parsers.
Duplicate Code parsers.
FxCop parser.
Parsers that use the violations lib (https://github.com/tomasbjerre/violations-lib).
-
Uses of ParsingCanceledException in edu.hm.hafner.analysis
Methods in edu.hm.hafner.analysis that throw ParsingCanceledExceptionModifier and TypeMethodDescriptionabstract 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 ParsingCanceledException in edu.hm.hafner.analysis.parser
Methods in edu.hm.hafner.analysis.parser that throw ParsingCanceledException -
Uses of ParsingCanceledException in edu.hm.hafner.analysis.parser.dry
Methods in edu.hm.hafner.analysis.parser.dry that throw ParsingCanceledException -
Uses of ParsingCanceledException in edu.hm.hafner.analysis.parser.fxcop
Methods in edu.hm.hafner.analysis.parser.fxcop that throw ParsingCanceledException -
Uses of ParsingCanceledException in edu.hm.hafner.analysis.parser.pvsstudio
Methods in edu.hm.hafner.analysis.parser.pvsstudio that throw ParsingCanceledException -
Uses of ParsingCanceledException in edu.hm.hafner.analysis.parser.violations
Methods in edu.hm.hafner.analysis.parser.violations that throw ParsingCanceledExceptionModifier and TypeMethodDescriptionAbstractViolationAdapter.parse(ReaderFactory readerFactory) JUnitAdapter.parse(ReaderFactory readerFactory)