Verwendungen von Klasse
edu.hm.hafner.analysis.Report
Packages, die Report verwenden
Package
Beschreibung
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).
-
Verwendungen von Report in edu.hm.hafner.analysis
Methoden in edu.hm.hafner.analysis, die Report zurückgebenModifizierer und TypMethodeBeschreibungAppends the specified issue to the end of this report.Appends all the specified issues to the end of this report, preserving the order of the array elements.Appends the specifiedreportsto this report.Report.addAll(Collection<? extends Issue> issues) Appends all of the specified issues to the end of this report, preserving the order of the array elements.Report.copy()Returns a shallow copy of this issue container.Report.copyEmptyInstance()Returns a new empty issue container with the same properties as this container.Finds all issues that match the specified criterion.IssueDifference.getFixedIssues()Returns the fixed issues.IssueDifference.getNewIssues()Returns the new issues.IssueDifference.getOutstandingIssues()Returns the outstanding issues.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.protected ReportLookaheadParser.postProcess(Report report) Post processes the issues.Methoden in edu.hm.hafner.analysis, die Typen mit Argumenten vom Typ Report zurückgebenModifizierer und TypMethodeBeschreibungReport.groupByProperty(String propertyName) Groups issues by a specified property.Methoden in edu.hm.hafner.analysis mit Parametern vom Typ ReportModifizierer und TypMethodeBeschreibungAppends the specifiedreportsto this report.protected ReportLookaheadParser.postProcess(Report report) Post processes the issues.voidFileNameResolver.run(Report report, String sourceDirectoryPrefix, Predicate<String> skipFileNamePredicate) Resolves the file names of the affected files of the specified set of issues.voidFingerprintGenerator.run(FullTextFingerprint algorithm, Report report, Charset charset) Creates fingerprints for the specified set of issues.voidModuleResolver.run(Report report, ModuleDetector detector) Resolves absolute paths of the affected files of the specified set of issues.voidResolves packages or namespace names for the specified set of issues.Konstruktoren in edu.hm.hafner.analysis mit Parametern vom Typ ReportModifiziererKonstruktorBeschreibungIssueDifference(Report currentIssues, String referenceId, Report referenceIssues) Creates a new instance ofIssueDifference.Konstruktorparameter in edu.hm.hafner.analysis mit Typargumenten vom Typ Report -
Verwendungen von Report in edu.hm.hafner.analysis.parser
Methoden in edu.hm.hafner.analysis.parser, die Report zurückgebenModifizierer und TypMethodeBeschreibungAjcParser.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) RfLintParser.parse(ReaderFactory readerFactory) SimulinkCheckParser.parse(ReaderFactory readerFactory) StyleCopParser.parse(ReaderFactory readerFactory) TaglistParser.parse(ReaderFactory readerFactory) XmlParser.parse(ReaderFactory readerFactory) Methoden in edu.hm.hafner.analysis.parser mit Parametern vom Typ ReportModifizierer und TypMethodeBeschreibungprotected voidHadoLintParser.parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder) protected voidJsonIssueParser.parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder) Parses the specified JSON object and populates the provided report with all issues.protected voidOTDockerLintParser.parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder) protected voidRevApiParser.parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder) protected voidTrivyParser.parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder) Used with older schema before trivy 0.20.0.protected voidAquaScannerParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidBrakemanParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidClairParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidDockerLintParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidFlowParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidGrypeParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidJsonIssueParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) Parses the specified JSON object and populates the provided report with all issues.protected voidOTDockerLintParser.parseJsonObject(Report report, org.json.JSONObject jsonIssue, IssueBuilder issueBuilder) protected voidOwaspDependencyCheckParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidPnpmAuditParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidSonarQubeParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) protected voidTrivyParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) Used with schema version 2 starting with trivy 0.20.0.protected voidVeraCodePipelineScannerParser.parseJsonObject(Report report, org.json.JSONObject jsonReport, IssueBuilder issueBuilder) -
Verwendungen von Report in edu.hm.hafner.analysis.parser.ccm
Methoden in edu.hm.hafner.analysis.parser.ccm, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.checkstyle
Methoden in edu.hm.hafner.analysis.parser.checkstyle, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.dry
Methoden in edu.hm.hafner.analysis.parser.dry, die Report zurückgebenModifizierer und TypMethodeBeschreibungprotected abstract ReportAbstractDryParser.convertDuplicationsToIssues(List<T> duplications, IssueBuilder issueBuilder) Converts the parsed duplications from the original format to anReportinstance.AbstractDryParser.parse(ReaderFactory readerFactory) -
Verwendungen von Report in edu.hm.hafner.analysis.parser.dry.cpd
Methoden in edu.hm.hafner.analysis.parser.dry.cpd, die Report zurückgebenModifizierer und TypMethodeBeschreibungprotected ReportCpdParser.convertDuplicationsToIssues(List<Duplication> duplications, IssueBuilder issueBuilder) -
Verwendungen von Report in edu.hm.hafner.analysis.parser.dry.dupfinder
Methoden in edu.hm.hafner.analysis.parser.dry.dupfinder, die Report zurückgebenModifizierer und TypMethodeBeschreibungprotected ReportDupFinderParser.convertDuplicationsToIssues(List<Duplicate> duplications, IssueBuilder issueBuilder) -
Verwendungen von Report in edu.hm.hafner.analysis.parser.dry.simian
Methoden in edu.hm.hafner.analysis.parser.dry.simian, die Report zurückgebenModifizierer und TypMethodeBeschreibungprotected ReportSimianParser.convertDuplicationsToIssues(List<Set> duplications, IssueBuilder issueBuilder) -
Verwendungen von Report in edu.hm.hafner.analysis.parser.findbugs
Methoden in edu.hm.hafner.analysis.parser.findbugs, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.fxcop
Methoden in edu.hm.hafner.analysis.parser.fxcop, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.gendarme
Methoden in edu.hm.hafner.analysis.parser.gendarme, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.jcreport
Methoden in edu.hm.hafner.analysis.parser.jcreport, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.pmd
Methoden in edu.hm.hafner.analysis.parser.pmd, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.pvsstudio
Methoden in edu.hm.hafner.analysis.parser.pvsstudio, die Report zurückgeben -
Verwendungen von Report in edu.hm.hafner.analysis.parser.violations
Methoden in edu.hm.hafner.analysis.parser.violations, die Report zurückgebenModifizierer und TypMethodeBeschreibungAbstractViolationAdapter.parse(ReaderFactory readerFactory) JUnitAdapter.parse(ReaderFactory readerFactory)