Skip to content

wip: use json-rpc for local workspace context #3491

wip: use json-rpc for local workspace context

wip: use json-rpc for local workspace context #3491

Triggered via pull request February 28, 2025 18:44
Status Success
Total duration 21m 48s
Artifacts

qodana-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 warnings and 1 notice
Usage of redundant or deprecated syntax or deprecated symbols: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt#L486
'await(): T' is deprecated. Please migrate to using kotlinx.coroutines.future.await instead. The deprecation level is going to be changed to ERROR in as soon as there's no more usages in the monorepo.
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
Function or property has platform type: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/EncoderServer.kt#L45
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.