Merge pull request #346 from DBHammer/dependabot/maven/com.fasterxml.… #97
12 new problems found by Qodana Community for JVM
Qodana Community for JVM
12 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Result of method call ignored |
🔶 Warning | 6 |
Class is exposed outside of its visibility scope |
🔶 Warning | 2 |
Optional.get() is called without isPresent() check |
🔶 Warning | 2 |
Instantiation of utility class |
🔶 Warning | 1 |
Duplicate branch in alternation |
🔶 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/qodana-action@v2023.3.2
with:
upload-result: true
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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 260 in src/main/java/ecnu/db/schema/Column.java
github-actions / Qodana Community for JVM
Class is exposed outside of its visibility scope
Class `StringTemplate` is exposed outside its defined visibility scope
Check warning on line 112 in src/main/java/ecnu/db/generator/constraintchain/ConstraintChain.java
github-actions / Qodana Community for JVM
Class is exposed outside of its visibility scope
Class `SubGraph` is exposed outside its defined visibility scope
Check warning on line 288 in src/main/java/ecnu/db/analyzer/TaskConfigurator.java
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
Check warning on line 203 in src/main/java/ecnu/db/analyzer/QueryInstantiate.java
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
Check warning on line 282 in src/main/java/ecnu/db/analyzer/TaskConfigurator.java
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
Check warning on line 149 in src/main/java/ecnu/db/schema/ColumnManager.java
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdir()` is ignored
Check warning on line 24 in src/main/java/ecnu/db/MirageApp.java
github-actions / Qodana Community for JVM
Instantiation of utility class
Instantiation of utility class `MirageApp`
Check warning on line 163 in src/main/java/ecnu/db/analyzer/statical/QueryWriter.java
github-actions / Qodana Community for JVM
Optional.get() is called without isPresent() check
`Optional.get()` without 'isPresent()' check
Check warning on line 167 in src/main/java/ecnu/db/analyzer/statical/QueryWriter.java
github-actions / Qodana Community for JVM
Optional.get() is called without isPresent() check
`Optional.get()` without 'isPresent()' check
Check warning on line 45 in src/main/java/ecnu/db/analyzer/online/adapter/pg/PgAnalyzer.java
github-actions / Qodana Community for JVM
Duplicate branch in alternation
Duplicate branch in alternation