Skip to content

Qodana

Qodana #22

GitHub Actions / Qodana for JVM completed Jan 28, 2025 in 0s

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

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 22 in plugins/editorconfig/src/org/editorconfig/language/codeinsight/quickfixes/EditorConfigAddRequiredDeclarationsQuickFix.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field blocks intention preview

Unnecessary @SafeFieldForPreview annotation: the field type is considered to be safe already

Check warning on line 25 in plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/intentions/base/Intention.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field blocks intention preview

Unnecessary @SafeFieldForPreview annotation: the field type is considered to be safe already

Check warning on line 158 in platform/execution-impl/src/com/intellij/execution/impl/SingleConfigurationConfigurable.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Cast to incompatible type

Cast of expression with type 'RunConfiguration' to incompatible interface `FusCollectSettingChangesRunConfiguration`

Check warning on line 315 in platform/analysis-impl/src/com/intellij/psi/templateLanguages/RangeCollectorImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Cast to incompatible type

Cast of expression with type 'IElementType' to incompatible interface `TemplateDataElementType.TemplateAwareElementType`

Check warning on line 18 in platform/lang-impl/src/com/intellij/ide/actions/ExcludeFromProjectAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 19 in platform/lang-impl/src/com/intellij/ide/actions/AttachDirectoryAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 5 in platform/execution-impl/src/com/intellij/execution/multilaunch/design/actions/DeleteExecutableAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 27 in platform/platform-impl/src/com/intellij/ui/components/SliderSelectorAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 6 in platform/execution-impl/src/com/intellij/execution/multilaunch/design/actions/EditExecutableAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 10 in platform/execution-impl/src/com/intellij/execution/multilaunch/design/actions/AddExecutableAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 18 in platform/lang-impl/src/com/intellij/ide/actions/IncludeToProjectAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 50 in platform/lang-impl/src/com/intellij/psi/codeStyle/extractor/ExtractCodeStyleAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 11 in platform/feedback/src/com/intellij/platform/feedback/eap/EAPFeedbackToolbarAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 10 in platform/platform-impl/src/com/intellij/ui/filterField/FilterFieldAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 24 in platform/lang-impl/src/com/intellij/ide/actions/DetachDirectoryAction.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Component/Action not registered

Action is not registered in plugin.xml

Check warning on line 79 in platform/lang-api/src/com/intellij/platform/lang/lsWidget/LanguageServiceWidgetItem.kt

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Condition is covered by further condition

Condition 'provider instanceof DataProvider' covered by subsequent condition 'provider instanceof Function0'

Check warning on line 71 in platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/pluginsAdvertisement/InstallAndEnableTask.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `pluginNode != null` is always `false`

Check warning on line 291 in platform/lang-impl/src/com/intellij/ide/actions/searcheverywhere/MixedResultsSearcher.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `mlService == null` is always `true`

Check warning on line 43 in platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/NativeFileSaverDialogImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `jbrDialog != null` is always `false`

Check warning on line 23 in java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/WslSdkFilter.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `targetAdditionalData != null` is always `false`

Check warning on line 421 in plugins/gradle/src/org/jetbrains/plugins/gradle/service/execution/GradleExecutionHelper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Result of `ObjectUtils.doIfNotNull(environmentConfigurationProvider, it -> it.getEnvironmentConfiguration())` is always 'null'

Check warning on line 310 in plugins/gradle/src/org/jetbrains/plugins/gradle/service/project/GradleProjectResolver.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Result of `ObjectUtils.doIfNotNull(environmentConfigurationProvider, it -> it.getPathMapper())` is always 'null'