Update workflow #643
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
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
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
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
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
github-actions / Qodana for JVM
Variable declaration could be moved inside 'when'
Variable declaration could be moved into 'when'