Skip to content

исправление ошибки приведения типа #7069

исправление ошибки приведения типа

исправление ошибки приведения типа #7069

Triggered via push January 11, 2024 06:31
Status Success
Total duration 2m 20s
Artifacts

javadoc.yml

on: push
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