Skip to content

Merge remote-tracking branch 'refs/remotes/origin/main'

b2390d1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

dev -> main for 0.5.9 #87

Merge remote-tracking branch 'refs/remotes/origin/main'
b2390d1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Oct 9, 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
Condition is covered by further condition 🔶 Warning 2
Nullability and data flow problems 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
Constant values 🔶 Warning 1
Deprecated API usage 🔶 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:

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/qodana-action@v2024.2.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 52 in src/main/java/org/overengineer/inlineproblems/listeners/HighlightProblemListener.java

See this annotation in the file changed.

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

Condition is covered by further condition

Condition 'editor == null' covered by subsequent condition '!(editor instanceof TextEditor)'

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 19 in src/main/java/org/overengineer/inlineproblems/utils/FileUtil.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 178 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 191 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 133 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 146 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 24 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

Check warning on line 24 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