Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.5 #42
46 new problems found by Qodana Community for JVM
Community for JVM
46 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Usage of API marked for removal |
🔴 Failure | 1 |
Unused import |
🔶 Warning | 27 |
Field may be 'final' |
🔶 Warning | 5 |
@NotNull/@Nullable problems |
🔶 Warning | 5 |
'String.equals()' can be replaced with 'String.isEmpty()' |
🔶 Warning | 3 |
Field can be local |
🔶 Warning | 1 |
Unused import directive |
🔶 Warning | 1 |
'Optional' used as field or parameter type |
🔶 Warning | 1 |
Unstable API Usage |
🔶 Warning | 1 |
Unused assignment |
🔶 Warning | 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.2.6
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
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field may be 'final'
Field `element` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `rules` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `psiFile` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `tokens` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `elem` may be 'final'
Check warning on line 2 in build.gradle.kts
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Usage of API marked for removal
Overrides method that is deprecated and marked for removal in 'com.intellij.openapi.project.ProjectManagerListener'
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NotNull parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated method overrides method annotated with @NotNull
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NotNull parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated method overrides method annotated with @NotNull
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NotNull parameter
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional` used as type for field 'elemOpt'
github-actions / Qodana Community for JVM
'String.equals()' can be replaced with 'String.isEmpty()'
`equals("")` can be replaced with 'isEmpty()'
github-actions / Qodana Community for JVM
'String.equals()' can be replaced with 'String.isEmpty()'
`equals("")` can be replaced with 'isEmpty()'
github-actions / Qodana Community for JVM
'String.equals()' can be replaced with 'String.isEmpty()'
`equals("")` can be replaced with 'isEmpty()'
github-actions / Qodana Community for JVM
Unused import
Unused import `import org.jetbrains.annotations.Nullable;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import java.util.List;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.intellij.openapi.components.BaseState;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.intellij.testFramework.MapDataContext;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.intellij.execution.actions.RunConfigurationProducer;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.intellij.execution.configurations.RunConfiguration;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.intellij.execution.actions.ConfigurationContext;`
github-actions / Qodana Community for JVM
Unused import
Unused import `import org.antlr.runtime.tree.Tree;`