Skip to content

Bump org.jetbrains.kotlin.plugin.serialization from 2.3.0 to 2.4.0#124

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.kotlin.plugin.serialization-2.4.0
Open

Bump org.jetbrains.kotlin.plugin.serialization from 2.3.0 to 2.4.0#124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.kotlin.plugin.serialization-2.4.0

Bump org.jetbrains.kotlin.plugin.serialization from 2.3.0 to 2.4.0

b6e51cc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Qodana for JVM completed Jun 19, 2026 in 0s

11 new problems found by Qodana for JVM

Qodana for JVM

11 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 1
Unstable API Usage 🔶 Warning 5
Array property in data class 🔶 Warning 1
'suspendCoroutine' lacks cancellation guarantees 🔶 Warning 1
Duplicated code fragment ◽️ Notice 2
Return or assignment can be lifted out ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 30 in src/main/kotlin/com/github/srwi/pixellens/data/BatchDataPayload.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Array property in data class

Property with 'Array' type in a 'data' class: it is recommended to override 'equals()' and 'hashCode()'

Check notice on line 28 in src/main/kotlin/com/github/srwi/pixellens/actions/ToggleBatchSidebarAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 14 in src/main/kotlin/com/github/srwi/pixellens/actions/CopyAndReportExceptionAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 100 in src/main/kotlin/com/github/srwi/pixellens/data/BatchData.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Return or assignment can be lifted out

'Return' can be lifted out of 'if'

Check failure on line 33 in src/main/kotlin/com/github/srwi/pixellens/dialogs/ImageViewerPopup.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Usage of API marked for removal

'registerDataProvider(javax.swing.@org.jetbrains.annotations.NotNull JComponent, com.intellij.openapi.actionSystem.@org.jetbrains.annotations.NotNull DataProvider)' is deprecated and marked for removal

Check warning on line 34 in src/main/kotlin/com/github/srwi/pixellens/interop/Python.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

'suspendCoroutine' lacks cancellation guarantees

'suspendCoroutine' lacks cancellation guarantees; prefer 'kotlinx.coroutines.suspendCancellableCoroutine' for proper cancellation support

Check warning on line 26 in src/main/kotlin/com/github/srwi/pixellens/actions/ViewAsImageAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unstable API Usage

'getSelectedValue(com.intellij.openapi.actionSystem.DataContext)' is declared in unstable 'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase' marked with @ApiStatus.Experimental

Check warning on line 85 in src/main/kotlin/com/github/srwi/pixellens/actions/ViewAsImageAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unstable API Usage

'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase.Companion' is declared in unstable 'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase' marked with @ApiStatus.Experimental

Check warning on line 26 in src/main/kotlin/com/github/srwi/pixellens/actions/ViewAsImageAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unstable API Usage

'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase.Companion' is declared in unstable 'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase' marked with @ApiStatus.Experimental

Check warning on line 201 in src/main/kotlin/com/github/srwi/pixellens/dialogs/ImageViewer.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unstable API Usage

'GotItTooltip(java.lang.String, com.intellij.ui.GotItComponentBuilder, com.intellij.openapi.Disposable)' is marked unstable with @ApiStatus.Internal

Check warning on line 85 in src/main/kotlin/com/github/srwi/pixellens/actions/ViewAsImageAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unstable API Usage

'getSelectedValue(com.intellij.openapi.actionSystem.DataContext)' is declared in unstable 'com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeBackendOnlyActionBase' marked with @ApiStatus.Experimental