Skip to content

chore(deps): update plugin org.jetbrains.intellij to v1.17.2 #97

chore(deps): update plugin org.jetbrains.intellij to v1.17.2

chore(deps): update plugin org.jetbrains.intellij to v1.17.2 #97

GitHub Actions / Qodana Community for JVM completed Feb 5, 2024 in 0s

29 new problems found by Qodana Community for JVM

Community for JVM

29 new problems were found

Inspection name Severity Problems
Inconsistent comment for Java parameter 🔶 Warning 6
Unstable API Usage 🔶 Warning 5
Unused symbol 🔶 Warning 2
Redundant semicolon 🔶 Warning 1
Explicit 'get' or 'set' call ◽️ Notice 9
Return or assignment can be lifted out ◽️ Notice 4
If-Null return/break/... foldable to '?:' ◽️ 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:

  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 243 in src/src/editor/RenderManager.kt

See this annotation in the file changed.

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

If-Null return/break/... foldable to '?:'

If-Null return/break/... foldable to '?:'

Check warning on line 38 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p4'

Check warning on line 37 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p3'

Check warning on line 34 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p0'

Check warning on line 36 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p2'

Check warning on line 39 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p5'

Check warning on line 35 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p1'

Check notice on line 34 in src/src/lang/psi/ShapeId.kt

See this annotation in the file changed.

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

Return or assignment can be lifted out

'Return' can be lifted out of 'if'

Check notice on line 244 in src/src/editor/RenderManager.kt

See this annotation in the file changed.

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

Return or assignment can be lifted out

'Return' can be lifted out of 'if'

Check notice on line 47 in src/src/lang/psi/ShapeId.kt

See this annotation in the file changed.

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

Return or assignment can be lifted out

'Return' can be lifted out of 'if'

Check notice on line 33 in src/src/lang/psi/ShapeId.kt

See this annotation in the file changed.

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

Return or assignment can be lifted out

'Return' can be lifted out of 'if'

Check warning on line 53 in src/src/lang/psi/ShapeProperty.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check notice on line 100 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 82 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 29 in src/src/lang/psi/ShapeProperty.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 77 in src/src/lang/highlighter.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 79 in src/src/completion/D2BasicCompletionContributor.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 124 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 124 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 34 in src/src/lang/psi/ShapeProperty.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check notice on line 90 in src/src/editor/D2SpellCheckerStrategy.kt

See this annotation in the file changed.

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

Explicit 'get' or 'set' call

Should be replaced with indexing

Check warning on line 91 in src/src/action/D2ExportActions.kt

See this annotation in the file changed.

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

Unstable API Usage

'withBackgroundProgress(com.intellij.openapi.project.Project, java.lang.String, kotlin.jvm.functions.Function2,? extends java.lang.Object\>, kotlin.coroutines.Continuation)' is declared in unstable 'com.intellij.openapi.progress.TasksKt' marked with @ApiStatus.Experimental

Check warning on line 28 in src/src/D2Theme.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental

Check warning on line 36 in src/src/lang/BlockStringElementType.kt

See this annotation in the file changed.

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

Unstable API Usage

'guessLanguageForInjection(java.lang.String)' is declared in unstable 'org.intellij.plugins.markdown.injection.aliases.CodeFenceLanguageGuesser' marked with @ApiStatus.Internal

Check warning on line 8 in src/src/D2Layout.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental