Dev -> Main for 0.5.1 #93
66 new problems found by Qodana Community for JVM
Community for JVM
66 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Field may be 'final' |
🔶 Warning | 33 |
Field can be local |
🔶 Warning | 20 |
Unchecked warning |
🔶 Warning | 4 |
Magic Constant |
🔶 Warning | 2 |
Unstable API Usage |
🔶 Warning | 2 |
Nullability and data flow problems |
🔶 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:
- 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
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
github-actions / Qodana Community for JVM
Deprecated API usage
'INFO' is deprecated
Check warning on line 16 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 15 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 22 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 17 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 21 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 19 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 37 in src/main/java/org/overengineer/inlineproblems/InlineProblemLabel.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 34 in src/main/java/org/overengineer/inlineproblems/InlineProblemLabel.java
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field may be 'final'
Field `showWeakWarningsInGutter` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `problemLineLengthOffsetPixels` may be 'final'
github-actions / Qodana Community for JVM
Field may be 'final'
Field `inlineProblemLabelHashCode` may be 'final'