Skip to content

Update workflow #643

Update workflow

Update workflow #643

GitHub Actions / Qodana for JVM completed Dec 18, 2024 in 0s

4 new problems found by Qodana for JVM

Qodana for JVM

4 new problems were found

Inspection name Severity Problems
Duplicated code fragment ◽️ Notice 1
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Class member can have 'private' visibility ◽️ Notice 1
Variable declaration could be moved inside 'when' ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 15 dependencies

Third-party software list

This page lists the third-party software dependencies used in aspire-plugin

Dependency Version Licenses
annotations 13.0 Apache-2.0
com.intellij.settingssync rd-251.12526 Apache-2.0
BSD-3-Clause
com.jetbrains.performanceplugin rd-251.12526 Apache-2.0
commons-logging 1.2 Apache-2.0
docker rd-251.12526 Apache-2.0
intellij.charts rd-251.12526 Apache-2.0
intellij.ide.startup.importsettings rd-251.12526 Apache-2.0
intellij.ml.llm.embeddings rd-251.12526 Apache-2.0
javascript rd-251.12526 MIT
jna 5.6.0 Apache-2.0
GPL-1.0-or-later
LGPL-2.0-or-later
kotlin-compiler-embeddable 1.8.10 Apache-2.0
kotlin-daemon-embeddable 1.8.10 Apache-2.0
kotlin-script-runtime 1.8.10 Apache-2.0
tanvd.grazi rd-251.12526 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
training rd-251.12526 Apache-2.0
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 47 in src/main/kotlin/com/jetbrains/rider/aspire/run/runners/AspireHostDebugProgramRunner.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 17 in src/main/kotlin/com/jetbrains/rider/aspire/util/LogEntryParserUtils.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

If-Null return/break/... foldable to '?:'

If-Null return/break/... foldable to '?:'

Check notice on line 42 in src/main/kotlin/com/jetbrains/rider/aspire/services/AspireResource.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Class member can have 'private' visibility

Property 'uid' could be private

Check notice on line 116 in src/main/kotlin/com/jetbrains/rider/aspire/sessionHost/SessionManager.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Variable declaration could be moved inside 'when'

Variable declaration could be moved into 'when'