Skip to content

dev -> main for 0.5.4 #107

dev -> main for 0.5.4

dev -> main for 0.5.4 #107

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

11 new problems found by Qodana Community for JVM

Qodana Community for JVM

11 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
Condition is covered by further condition 🔶 Warning 1
Constant values 🔶 Warning 1
Deprecated API usage 🔶 Warning 1
Lombok @Setter may be used 🔶 Warning 1
String concatenation in loop 🔶 Warning 1
Call to 'printStackTrace()' 🔶 Warning 1
Unnecessary 'return' statement 🔶 Warning 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 13 in src/main/java/org/overengineer/inlineproblems/utils/ColorConverter.java

See this annotation in the file changed.

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

Condition is covered by further condition

Condition 'value.isEmpty()' covered by subsequent condition 'value.isBlank()'

Check warning on line 10 in src/main/java/org/overengineer/inlineproblems/utils/FileNameUtil.java

See this annotation in the file changed.

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

Constant values

Condition `e.isEmpty()` is always `false`

Check warning on line 185 in src/main/java/org/overengineer/inlineproblems/ProblemManager.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getPath` may produce `NullPointerException`

Check warning on line 169 in src/main/java/org/overengineer/inlineproblems/DocumentMarkupModelScanner.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getPath` may produce `NullPointerException`

Check warning on line 127 in src/main/java/org/overengineer/inlineproblems/ProblemManager.java

See this annotation in the file changed.

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

Deprecated API usage

'INFO' is deprecated

Check warning on line 75 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Lombok @Setter may be used

Field 'severity' may have Lombok @Setter

Check warning on line 139 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

String concatenation in loop

String concatenation `+=` in loop

Check warning on line 49 in src/main/java/org/overengineer/inlineproblems/scanners/UnityProjectScanner.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 43 in src/main/java/org/overengineer/inlineproblems/ProblemManager.java

See this annotation in the file changed.

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

Unnecessary 'return' statement

`return` is unnecessary as the last statement in a 'void' method

Check warning on line 23 in src/main/java/org/overengineer/inlineproblems/settings/SettingsConfigurable.java

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.util.NlsContexts.ConfigurableName' is declared in unstable class 'com.intellij.openapi.util.NlsContexts' marked with @ApiStatus.Experimental

Check warning on line 23 in src/main/java/org/overengineer/inlineproblems/settings/SettingsConfigurable.java

See this annotation in the file changed.

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

Unstable API Usage

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