Qodana #22
149 new problems found by Qodana for JVM
Qodana for JVM
149 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Incorrect service retrieving |
🔴 Failure | 32 |
Unresolved plugin configuration reference |
🔴 Failure | 5 |
Constant values |
🔶 Warning | 57 |
Suspicious collection method call |
🔶 Warning | 17 |
Component/Action not registered |
🔶 Warning | 12 |
Test class without tests |
🔶 Warning | 9 |
'equals()' between objects of inconvertible types |
🔶 Warning | 3 |
Mismatched query and update of collection |
🔶 Warning | 3 |
Field blocks intention preview |
🔶 Warning | 2 |
Cast to incompatible type |
🔶 Warning | 2 |
Result of method call ignored |
🔶 Warning | 2 |
A service can be converted to a light one |
🔶 Warning | 2 |
Condition is covered by further condition |
🔶 Warning | 1 |
Null-check method is called with obviously non-null argument |
🔶 Warning | 1 |
Redundant type cast |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
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 for JVM
Field blocks intention preview
Unnecessary @SafeFieldForPreview annotation: the field type is considered to be safe already
github-actions / Qodana for JVM
Field blocks intention preview
Unnecessary @SafeFieldForPreview annotation: the field type is considered to be safe already
github-actions / Qodana for JVM
Cast to incompatible type
Cast of expression with type 'RunConfiguration' to incompatible interface `FusCollectSettingChangesRunConfiguration`
github-actions / Qodana for JVM
Cast to incompatible type
Cast of expression with type 'IElementType' to incompatible interface `TemplateDataElementType.TemplateAwareElementType`
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
github-actions / Qodana for JVM
Component/Action not registered
Action is not registered in plugin.xml
Check warning on line 107 in platform/ide-core-impl/src/com/intellij/ide/impl/DataValidators.java
github-actions / Qodana for JVM
Condition is covered by further condition
Condition 'provider instanceof DataProvider' covered by subsequent condition 'provider instanceof Function0'
github-actions / Qodana for JVM
Constant values
Condition `pluginNode != null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `mlService == null` is always `true`
github-actions / Qodana for JVM
Constant values
Condition `jbrDialog != null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `projectOnLocalFs` is always `true`
Check warning on line 130 in platform/lang-impl/src/com/intellij/ide/actions/NewElementAction.java
github-actions / Qodana for JVM
Constant values
Condition `group instanceof CustomisedActionGroup o && o.getDelegate() instanceof DefaultActionGroup oo` is always `false`
Check warning on line 289 in python/src/com/jetbrains/python/sdk/PythonSdkType.java
github-actions / Qodana for JVM
Constant values
Condition `targetAdditionalData != null` is always `false`
github-actions / Qodana for JVM
Constant values
Result of `ObjectUtils.doIfNotNull(environmentConfigurationProvider, it -> it.getEnvironmentConfiguration())` is always 'null'
github-actions / Qodana for JVM
Constant values
Result of `ObjectUtils.doIfNotNull(environmentConfigurationProvider, it -> it.getPathMapper())` is always 'null'