refactor: extract Bech32 generator constant to class level - #60
Merged
GitHub Actions / Qodana Community for JVM
completed
Nov 2, 2025 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 |
Simplifiable conditional expression |
🔶 Warning | 1 |
☁️ View the detailed Qodana report
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
github-actions / Qodana Community for JVM
AutoCloseable used without 'try'-with-resources
'HttpClient' used without 'try'-with-resources statement
github-actions / Qodana Community for JVM
Simplifiable conditional expression
`value != null ? Boolean.parseBoolean(value) : false` can be simplified to 'value != null \&\& Boolean.parseBoolean(value)'
Loading