migrate to jspecify annotations (was checker framework) #1469
GitHub Actions / Qodana Community for JVM
completed
Nov 26, 2024 in 0s
3 new problems found by Qodana Community for JVM
Qodana Community for JVM
3 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Condition is covered by further condition |
🔶 Warning | 1 |
Redundant type cast |
🔶 Warning | 1 |
Suspicious collection method call |
🔶 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
github-actions / Qodana Community for JVM
Condition is covered by further condition
Condition 'value != null' covered by subsequent condition 'newValue != value'
github-actions / Qodana Community for JVM
Redundant type cast
Casting `valueRef` to `Object` is redundant
github-actions / Qodana Community for JVM
Suspicious collection method call
Suspicious call to 'ConcurrentMap.remove()'
Loading