Release develop by @workflow_dispatch #29
GitHub Actions / Qodana Community for JVM
completed
Feb 17, 2024 in 0s
2 new problems found by Qodana Community for JVM
Qodana Community for JVM
2 new problems were found
Inspection name | Severity | Problems |
---|---|---|
AutoCloseable used without 'try'-with-resources |
🔶 Warning | 1 |
Unused assignment |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
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 173 in src/main/java/pro/fessional/mirana/text/FormatUtil.java
github-actions / Qodana Community for JVM
AutoCloseable used without 'try'-with-resources
'FormatHolder' used without 'try'-with-resources statement
Check warning on line 36 in src/main/java/pro/fessional/mirana/bits/Bytes.java
github-actions / Qodana Community for JVM
Unused assignment
Variable `c2` initializer `-1` is redundant
Loading