Skip to content

Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 - autoclosed #59

Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 - autoclosed

Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 - autoclosed #59

GitHub Actions / Qodana Community for JVM completed Jul 22, 2024 in 0s

29 new problems found by Qodana Community for JVM

Qodana Community for JVM

29 new problems were found

Inspection name Severity Problems
Unused import directive 🔶 Warning 13
Unstable API Usage 🔶 Warning 9
Unused symbol 🔶 Warning 3
Function naming convention ◽️ Notice 1
'arrayOf' call can be replaced with array literal [...] ◽️ Notice 1
Can be replaced with binary operator ◽️ 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:

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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 21 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Function naming convention

Function name `AppSettingsComponent` should start with a lowercase letter

Check warning on line 6 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 10 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 6 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsConfigurable.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 5 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 9 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 8 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 12 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 13 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check warning on line 7 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import directive

Unused import directive

Check notice on line 15 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsState.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'arrayOf' call can be replaced with array literal [...]

'arrayOf' call should be replaced with array literal \[...\]

Check notice on line 29 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsConfigurable.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Can be replaced with binary operator

Call can be replaced with binary operator

Check warning on line 30 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'createInitializationOptions()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental

Check warning on line 22 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

Overridden method 'createCommandLine()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental

Check warning on line 6 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 6 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental

Check warning on line 29 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

Overridden method 'createInitializationOptions()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental

Check warning on line 6 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

Overridden method 'fileOpened(com.intellij.openapi.project.Project, com.intellij.openapi.vfs.VirtualFile, com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 17 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

Overridden method 'isSupportedFile(com.intellij.openapi.vfs.VirtualFile)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental

Check warning on line 5 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental

Check warning on line 10 in src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'ensureServerStarted(com.intellij.platform.lsp.api.LspServerDescriptor)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental