Uses of Class
edu.hm.hafner.analysis.IssueParser
Packages that use IssueParser
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.
PMD:CPD parser.
DupFinder parser.
Simian parser.
FxCop parser.
Gendarme parser.
JC Report parser.
PMD parser.
Parsers that use the violations lib (https://github.com/tomasbjerre/violations-lib).
Provides a registry for all
parsers.-
Uses of IssueParser in edu.hm.hafner.analysis
Subclasses of IssueParser in edu.hm.hafner.analysisModifier and TypeClassDescriptionclassParses a report file line by line for issues using a pre-defined regular expression. -
Uses of IssueParser in edu.hm.hafner.analysis.parser
Subclasses of IssueParser in edu.hm.hafner.analysis.parserModifier and TypeClassDescriptionclassA base class for parsers that will work on subsections of Maven build logs.classA parser for the Acu Cobol compile.classA parser for AspectJ (ajc) compiler warnings.classA parser for Ansible Lint warnings.classA parser for the ant javac compiler warnings.classParser for Aqua Scanner CLI (scannercli) tool.classA parser for armcc5 compiler warnings.classA parser for armcc compiler warnings.classParser for BluePearl Software Visual Verification Suite.classA parser for Brakeman JSON output.classA parser for Buckminster compiler warnings.classA parser for Cadence Incisive Enterprise Simulator.classA parser forrustccompiler messages in the JSON format emitted bycargo check --message-format json.classA parser for clair scanner json output.classA parser for the clang-analyzer static analysis warnings.classA parser for the Clang compiler warnings.classA parser for the clang-tidy static analysis warnings.classA parser for CMake warnings.classA parser for the CodeAnalysis compiler warnings.classA parser for the clang-tidy static analysis warnings parsed by Codechecker.classA parser for the Coolflux DSP Compiler warnings.classA parser for Cpplint static code checker warnings.classA parser for the Diab C++ compiler warnings.classA parser for dockerlint json output.classA parser for Doxygen.classA parser for the Dr.classParser report in JSON format as exported by DScanner.classA parser for Eclipse compiler warnings.classA parser for Eclipse compiler warnings.classParser for Eclipse Compiler output in XML format.classA parser for the EmbeddedEngineer EA Code Generator tool log files.classA parser for the erlc compiler warnings.classA parser for ErrorProne warnings during a Maven build.classA parser for the flawfinder warnings.classA parser for Flex SDK compiler warnings.classA parser for Flow warnings.classA parser for Foodcritic warnings.classA parser for gcc 4.x compiler warnings.classA parser for gcc 4.x linker warnings.classA parser for the gcc compiler warnings.classA parser for the GHS Multi compiler warnings.classA parser for the Gnat compiler warnings.classA parser for (compile-time) messages from the GNU Fortran Compiler.classA parser for the golint tool in the Go toolchain.classA parser for the go vet tool in the Go toolchain.classA parser for ErrorProne warnings during a Gradle build.classA parser for hadolint json output.classA parser for the IAR CSTAT warnings.classA parser for the IAR C/C++ compiler warnings.classA parser for IntelliJ IDEA inspections.classA parser for messages from the Intel C and Fortran compilers.classA parser for Oracle Invalids.classA parser for the javac compiler warnings.classA parser for the ant JavaDoc compiler warnings.classBase class for parsers that operate on a `*.json` file that contains issues in a JSON data structure.classParser for logs in JSON format.classParser that reads the 1:1 JSON mapping of the properties of theIssuebean.classParser for Lint.classA parser for maven console warnings.classParser for Mentor Graphics Modelsim/Questa Simulator.classA parser for Metrowerks Codewarrior 4.x compiler warnings.classA parser for Metrowerks Codewarrior 4.x linker warnings.classA parser for the MSBuild/PcLint compiler warnings.classA parser for messages from the NAG Fortran Compiler.classA parser for oelint-adv.classA parser for ot-docker-linter json output.classOWASP dependency check JSON report parser.classA parser for Perforce execution.classA parser for the Pep8 compiler warnings.classA parser for the Perl::Critic warnings.classA parser for PHP runtime errors and warnings.classParser for reports of pnpm audit scans.classA parser for Polyspace Bug Finder and Code Prover results.classA parser for Microsoft PREfast (aka Code Analysis for C/C++) XML files.classParser for ProtoLint.classA parser for puppet-lint checks warnings.classA parser for the PyLint compiler warnings.classA parser for PRQA QA-C Sourcecode Analyser warnings.classParser for translation files of Qt.classParser for Revapi reports.classA parser for Robot Framework.classA parser for Robocopy.classA parser for the ruboCop warnings.classA parser for the sbt scala compiler warnings.classA parser for the scalac compiler warnings.classA parser for Simulink Check tool by Mathworks results.classClass which parses SonarQube reports taken from SonarQube differential scan report (preview).classClass which parses SonarQube reports taken from the SonarQube API (api/issues/search).classBase class for SonarQube parsers.classA parser for the Sphinx warnings generated by the linkcheck builder.classA parser for the Sphinx build warnings.classParses a StyleCop XML report files.classA parser for the SUN Studio C++ compiler warnings.classParser for Taglist Maven Plugin output.classA parser for TASKING VX compiler warnings.classA parser for the Texas Instruments Code Composer Studio compiler warnings.classA parser for the tnsdl translator warnings.classParser for reports of aquasec trivy container vulnerability scanner.classParser for Veracode Pipeline Scanner (pipeline-scan) tool.classA parser for IBM xlC compiler warnings.classA parser for IBM xlC linker warnings.classParser that reads the 1:1 XML mapping of the properties of theIssuebean.classA parser for the YUI Compressor warnings. -
Uses of IssueParser in edu.hm.hafner.analysis.parser.ccm
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.ccm -
Uses of IssueParser in edu.hm.hafner.analysis.parser.checkstyle
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.checkstyle -
Uses of IssueParser in edu.hm.hafner.analysis.parser.dry
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.dryModifier and TypeClassDescriptionclassA duplication parser template for Digester based parsers. -
Uses of IssueParser in edu.hm.hafner.analysis.parser.dry.cpd
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.dry.cpd -
Uses of IssueParser in edu.hm.hafner.analysis.parser.dry.dupfinder
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.dry.dupfinderModifier and TypeClassDescriptionclassA parser for Reshaper Dupfinder XML files. -
Uses of IssueParser in edu.hm.hafner.analysis.parser.dry.simian
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.dry.simian -
Uses of IssueParser in edu.hm.hafner.analysis.parser.findbugs
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.findbugsModifier and TypeClassDescriptionclassA parser for the native FindBugs XML files. -
Uses of IssueParser in edu.hm.hafner.analysis.parser.fxcop
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.fxcop -
Uses of IssueParser in edu.hm.hafner.analysis.parser.gendarme
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.gendarme -
Uses of IssueParser in edu.hm.hafner.analysis.parser.jcreport
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.jcreport -
Uses of IssueParser in edu.hm.hafner.analysis.parser.pmd
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.pmd -
Uses of IssueParser in edu.hm.hafner.analysis.parser.pvsstudio
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.pvsstudioModifier and TypeClassDescriptionclassA parser for the PVS-Studio static analyzer. -
Uses of IssueParser in edu.hm.hafner.analysis.parser.violations
Subclasses of IssueParser in edu.hm.hafner.analysis.parser.violationsModifier and TypeClassDescriptionclassAdapter forViolationsParserinstances.classParses Android Lint files.classParses CodeNarc files.classParses CPPCheck files.classParses Dart Analyze logger messages.classParses DocFX files.classParses Flake8 files.classParses JSHint files.classParses JUnit files.classParses Klocwork files.classParses MyPy files.classParses PIT results files.classParses PyDocStyle results files.classA parser for the Resharper InspectCode compiler warnings.classParses SARIF files.classParses PyDocStyle results files.classParses XMLLint results files.classParses YAMLLint results files.classParses ZPTLint results files. -
Uses of IssueParser in edu.hm.hafner.analysis.registry
Methods in edu.hm.hafner.analysis.registry that return IssueParserModifier and TypeMethodDescriptionEmbeddedEngineerDescriptor.createParser(ParserDescriptor.Option... options) FindBugsDescriptor.createParser(ParserDescriptor.Option... options) OwaspDependencyCheckDescriptor.createParser(ParserDescriptor.Option... options) abstract IssueParserParserDescriptor.createParser(ParserDescriptor.Option... options) Creates a newIssueParserinstance.PnpmAuditDescriptor.createParser(ParserDescriptor.Option... options) PolyspaceDescriptor.createParser(ParserDescriptor.Option... options) RevApiDescriptor.createParser(ParserDescriptor.Option... options) SimulinkCheckDescriptor.createParser(ParserDescriptor.Option... options)