chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.23 #40
29 new problems found by Qodana Community for JVM
Community for JVM
29 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Inconsistent comment for Java parameter |
🔶 Warning | 6 |
Unstable API Usage |
🔶 Warning | 5 |
Unused symbol |
🔶 Warning | 2 |
Redundant semicolon |
🔶 Warning | 1 |
Explicit 'get' or 'set' call |
◽️ Notice | 9 |
Return or assignment can be lifted out |
◽️ Notice | 4 |
If-Null return/break/... foldable to '?:' |
◽️ Notice | 1 |
Accessor call that can be replaced with property access syntax |
◽️ 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@v2023.3.0
with:
upload-result: true
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
Check notice on line 243 in src/src/editor/RenderManager.kt
github-actions / Qodana Community for JVM
If-Null return/break/... foldable to '?:'
If-Null return/break/... foldable to '?:'
Check warning on line 38 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p4'
Check warning on line 37 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p3'
Check warning on line 34 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p0'
Check warning on line 36 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p2'
Check warning on line 39 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p5'
Check warning on line 35 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Inconsistent comment for Java parameter
Inconsistent parameter name for 'p1'
Check notice on line 34 in src/src/lang/psi/ShapeId.kt
github-actions / Qodana Community for JVM
Return or assignment can be lifted out
'Return' can be lifted out of 'if'
Check notice on line 244 in src/src/editor/RenderManager.kt
github-actions / Qodana Community for JVM
Return or assignment can be lifted out
'Return' can be lifted out of 'if'
Check notice on line 47 in src/src/lang/psi/ShapeId.kt
github-actions / Qodana Community for JVM
Return or assignment can be lifted out
'Return' can be lifted out of 'if'
Check notice on line 33 in src/src/lang/psi/ShapeId.kt
github-actions / Qodana Community for JVM
Return or assignment can be lifted out
'Return' can be lifted out of 'if'
Check warning on line 53 in src/src/lang/psi/ShapeProperty.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check notice on line 100 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 82 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 29 in src/src/lang/psi/ShapeProperty.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 77 in src/src/lang/highlighter.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 79 in src/src/completion/D2BasicCompletionContributor.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 124 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 124 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 34 in src/src/lang/psi/ShapeProperty.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check notice on line 90 in src/src/editor/D2SpellCheckerStrategy.kt
github-actions / Qodana Community for JVM
Explicit 'get' or 'set' call
Should be replaced with indexing
Check warning on line 91 in src/src/action/D2ExportActions.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'withBackgroundProgress(com.intellij.openapi.project.Project, java.lang.String, kotlin.jvm.functions.Function2,? extends java.lang.Object\>, kotlin.coroutines.Continuation)' is declared in unstable 'com.intellij.openapi.progress.TasksKt' marked with @ApiStatus.Experimental
Check warning on line 28 in src/src/D2Theme.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Check warning on line 36 in src/src/lang/BlockStringElementType.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'guessLanguageForInjection(java.lang.String)' is declared in unstable 'org.intellij.plugins.markdown.injection.aliases.CodeFenceLanguageGuesser' marked with @ApiStatus.Internal
Check warning on line 8 in src/src/D2Layout.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental