Bump org.jetbrains.kotlin.plugin.serialization from 2.3.0 to 2.4.0#124
Bump org.jetbrains.kotlin.plugin.serialization from 2.3.0 to 2.4.0#124dependabot[bot] wants to merge 1 commit into
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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
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: trueContact 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
Check warning on line 30 in src/main/kotlin/com/github/srwi/pixellens/data/BatchDataPayload.kt
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()'
github-actions / Qodana for JVM
Duplicated code fragment
Duplicated code
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
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
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
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
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
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
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
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
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