dev -> main for 0.5.2 #99
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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 127 in src/main/java/org/overengineer/inlineproblems/ProblemManager.java
github-actions / Qodana Community for JVM
Deprecated API usage
'INFO' is deprecated
github-actions / Qodana Community for JVM
Deprecated API usage
Overrides deprecated method in 'com.intellij.openapi.fileEditor.FileEditorManagerListener'
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
github-actions / Qodana Community for JVM
Stream API call chain can be simplified
'collect(toList())' can be replaced with 'toList()'
github-actions / Qodana Community for JVM
String concatenation in loop
String concatenation `+=` in loop
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
github-actions / Qodana Community for JVM
Unnecessary 'return' statement
`return` is unnecessary as the last statement in a 'void' method
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
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.openapi.util.NlsContexts' is marked unstable with @ApiStatus.Experimental