Hurricup/bugfixes #546
GitHub Actions / Qodana for JVM
completed
Sep 14, 2024 in 0s
4 new problems found by Qodana for JVM
Qodana for JVM
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused declaration |
🔶 Warning | 2 |
Method parameter always has the same value |
🔶 Warning | 1 |
Method can be extracted |
◽️ Notice | 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 for JVM
Method can be extracted
It's possible to extract method returning 'newElementText' from a long surrounding method
Check warning on line 86 in plugin/src/test/java/intellilang/PerlQuickEditTest.kt
github-actions / Qodana for JVM
Method parameter always has the same value
Value of parameter `string` is always '""'
github-actions / Qodana for JVM
Unused declaration
Method is never used.
github-actions / Qodana for JVM
Unused declaration
Variable `project` is never used
Loading