Skip to content

Bump org.jetbrains.intellij from 1.15.0 to 1.16.0 #62

Bump org.jetbrains.intellij from 1.15.0 to 1.16.0

Bump org.jetbrains.intellij from 1.15.0 to 1.16.0 #62

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana Community for JVM completed Oct 15, 2023 in 0s

56 new problems found by Qodana Community for JVM

Community for JVM

56 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 33
Unused symbol 🔶 Warning 6
Unused import directive 🔶 Warning 4
Nullability and data flow problems 🔶 Warning 2
@NotNull/@Nullable problems 🔶 Warning 2
Redundant type cast 🔶 Warning 1
Redundant nullable return type 🔶 Warning 1
Redundant semicolon 🔶 Warning 1
Redundant 'if' statement 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 3
Function or property has platform type ◽️ Notice 1
Equality check can be used instead of elvis for nullable boolean check ◽️ 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 warning on line 45 in src/main/kotlin/io/runescript/plugin/lang/doc/lexer/RsDocTokens.java

See this annotation in the file changed.

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

Nullability and data flow problems

@Nullable method 'createNode' always returns a non-null value

Check warning on line 60 in src/main/kotlin/io/runescript/plugin/lang/doc/parser/RsDocParser.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `tagName` might be null

Check notice on line 28 in src/main/kotlin/io/runescript/plugin/lang/psi/RsTokenTypes.kt

See this annotation in the file changed.

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

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check warning on line 9 in src/main/kotlin/io/runescript/plugin/lang/psi/RsFile.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/io/runescript/plugin/ide/highlight/RsSyntaxHighlighter.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/io/runescript/plugin/lang/psi/manipulator/RsDocNameManipulator.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/io/runescript/plugin/lang/psi/RsFile.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 56 in src/main/kotlin/io/runescript/plugin/lang/doc/psi/impl/RsDocTag.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'knownTag' could be private

Check notice on line 317 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'endOffset' could be private

Check notice on line 26 in src/main/kotlin/io/runescript/plugin/lang/doc/psi/impl/RsDocLink.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'getLinkTextRange' could be private

Check notice on line 62 in src/main/kotlin/io/runescript/plugin/lang/doc/psi/impl/RsDocTag.kt

See this annotation in the file changed.

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

Equality check can be used instead of elvis for nullable boolean check

Equality check should be used instead of elvis for nullable boolean check

Check warning on line 29 in src/main/kotlin/io/runescript/plugin/lang/doc/parser/RsDocParser.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated parameter overrides @NotNull parameter

Check warning on line 71 in src/main/kotlin/io/runescript/plugin/lang/doc/lexer/RsDocTokens.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated parameter overrides @NotNull parameter

Check warning on line 28 in src/main/kotlin/io/runescript/plugin/lang/doc/lexer/RsDocLexer.java

See this annotation in the file changed.

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

Redundant type cast

Casting `null` to `Reader` is redundant

Check warning on line 689 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Redundant nullable return type

'textAttributesKeyForKtElement' always returns non-null type

Check warning on line 16 in src/main/kotlin/io/runescript/plugin/lang/doc/psi/impl/RsDocName.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 84 in src/main/kotlin/io/runescript/plugin/lang/doc/parser/RsDocParser.java

See this annotation in the file changed.

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

Redundant 'if' statement

`if` statement can be simplified

Check warning on line 187 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.lang.documentation.DocumentationSettings' is marked unstable with @ApiStatus.Experimental

Check warning on line 189 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.lang.documentation.DocumentationSettings.InlineCodeHighlightingMode' is marked unstable with @ApiStatus.Experimental

Check warning on line 623 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'SEMANTIC_HIGHLIGHTING' is declared in unstable enum 'com.intellij.lang.documentation.DocumentationSettings.InlineCodeHighlightingMode' marked with @ApiStatus.Experimental

Check warning on line 373 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'getMonospaceFontSizeCorrection(boolean)' is declared in unstable class 'com.intellij.lang.documentation.DocumentationSettings' marked with @ApiStatus.Experimental

Check warning on line 470 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'SEMANTIC_HIGHLIGHTING' is declared in unstable enum 'com.intellij.lang.documentation.DocumentationSettings.InlineCodeHighlightingMode' marked with @ApiStatus.Experimental

Check warning on line 590 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'getHighlightingSaturation(boolean)' is declared in unstable class 'com.intellij.lang.documentation.DocumentationSettings' marked with @ApiStatus.Experimental

Check warning on line 608 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'getHighlightingSaturation(boolean)' is declared in unstable class 'com.intellij.lang.documentation.DocumentationSettings' marked with @ApiStatus.Experimental

Check warning on line 188 in src/main/kotlin/io/runescript/plugin/ide/doc/RsDocRenderer.kt

See this annotation in the file changed.

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

Unstable API Usage

'SEMANTIC_HIGHLIGHTING' is declared in unstable enum 'com.intellij.lang.documentation.DocumentationSettings.InlineCodeHighlightingMode' marked with @ApiStatus.Experimental