Skip to content

Changelog update - v1.6.7 #621

Changelog update - v1.6.7

Changelog update - v1.6.7 #621

GitHub Actions / Qodana for JVM completed Dec 5, 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 18 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.jsonpath 243.21565.192+46 Apache-2.0
com.intellij.settingssync 243.21565.192+923 Apache-2.0
BSD-3-Clause
com.intellij.swagger 243.21565.192+867 Apache-2.0
com.jetbrains.performanceplugin 243.21565.192+333 Apache-2.0
com.jetbrains.restclient 243.21565.192+612 Apache-2.0
MIT
commons-logging 1.2 Apache-2.0
docker 2024.3+587 Apache-2.0
intellij.charts 243.21565.192+694 Apache-2.0
intellij.ide.startup.importsettings 243.21565.192+513 Apache-2.0
javascript 243.21565.192+546 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
org.intellij.qodana 243.21565.192+101 Apache-2.0
tanvd.grazi 243.21565.192+547 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
training 243.21565.192+763 Apache-2.0
Contact Qodana team

Contact us at [email protected]

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'