Skip to content
GitHub Actions / Qodana Community for JVM completed Feb 8, 2024 in 0s

21 new problems found by Qodana Community for JVM

Community for JVM

21 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 14
Unstable API Usage 🔶 Warning 5
Might be 'const' ◽️ Notice 1
Redundant curly braces in string template ◽️ 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. 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/[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 38 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Might be 'const'

Might be 'const'

Check notice on line 90 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewPanel.kt

See this annotation in the file changed.

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

Redundant curly braces in string template

Redundant curly braces in string template

Check warning on line 23 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl' is marked unstable with @ApiStatus.Internal

Check warning on line 24 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unstable API Usage

'getFirstScheme()' is declared in unstable class 'com.intellij.openapi.editor.colors.ex.DefaultColorSchemesManager' marked with @ApiStatus.Internal

Check warning on line 24 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.editor.colors.ex.DefaultColorSchemesManager' is marked unstable with @ApiStatus.Internal

Check warning on line 24 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unstable API Usage

'getSchemeManager()' is declared in unstable class 'com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl' marked with @ApiStatus.Internal

Check warning on line 24 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unstable API Usage

'getInstance()' is declared in unstable class 'com.intellij.openapi.editor.colors.ex.DefaultColorSchemesManager' marked with @ApiStatus.Internal

Check warning on line 41 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 38 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 9 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unused symbol

Object "WebviewThemeStyles" is never used

Check warning on line 35 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 44 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 57 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Class "WebviewImportFile" is never used

Check warning on line 47 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 61 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 70 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 32 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 64 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 67 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used

Check warning on line 10 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewThemeStyles.kt

See this annotation in the file changed.

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

Unused symbol

Function "createStylesheet" is never used

Check warning on line 58 in src/main/kotlin/com/github/dineug/erdeditorintellijplugin/editor/WebviewBridge.kt

See this annotation in the file changed.

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

Unused symbol

Property "type" is never used