Skip to content

dev -> main for 0.5.2 #99

dev -> main for 0.5.2

dev -> main for 0.5.2 #99

GitHub Actions / Qodana Community for JVM completed Mar 18, 2024 in 0s

9 new problems found by Qodana Community for JVM

Community for JVM

9 new problems were found

Inspection name Severity Problems
Deprecated API usage 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
Lombok @Setter may be used 🔶 Warning 1
Stream API call chain can be simplified 🔶 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 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 18 in src/main/java/org/overengineer/inlineproblems/listeners/FileEditorListener.java

See this annotation in the file changed.

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

Deprecated API usage

Overrides deprecated method in 'com.intellij.openapi.fileEditor.FileEditorManagerListener'

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 62 in src/main/java/org/overengineer/inlineproblems/UnityProjectManager.java

See this annotation in the file changed.

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

Stream API call chain can be simplified

'collect(toList())' can be replaced with 'toList()'

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