Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main for 0.5.2 #52

Merged
merged 6 commits into from
Mar 21, 2024

Update the ci workflow to match the plugin template

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

dev -> main for 0.5.2 #52

Update the ci workflow to match the plugin template
bffb3bf
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Mar 21, 2024 in 0s

9 new problems found by Qodana Community for JVM

Qodana Community for JVM

9 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
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 166 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 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 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 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