Skip to content

QA

QA #6248

Triggered via workflow run December 14, 2023 03:44
@theshadowcotheshadowco
completed 9aeff51
Status Success
Total duration 5m 53s
Artifacts

qa.yml

on: workflow_run
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
Constant values: src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/CodeOutOfRegionDiagnostic.java#L201
Result of `Optional.of(child).stream() .filter(BSLParser.StatementContext.class::isInstance) .map(B...` is always 'false'
Mismatched read and write of array: src/main/java/com/github/_1c_syntax/bsl/languageserver/cli/AnalyzeCommand.java#L135
Contents of array `reportersOptions` are read, but never written to
Mismatched query and update of collection: src/main/java/com/github/_1c_syntax/bsl/languageserver/reporters/ReportersAggregator.java#L46
Contents of collection `filteredReporters` are queried, but never updated