Add achievement tasks and world map controls #320
GitHub Actions / Qodana Community for JVM
completed
May 30, 2024 in 0s
5 new problems found by Qodana Community for JVM
Qodana Community for JVM
5 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused symbol |
🔶 Warning | 2 |
Local 'var' is never modified and can be declared as 'val' |
🔶 Warning | 1 |
Constant conditions |
🔶 Warning | 1 |
Function naming convention |
◽️ 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 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
Local 'var' is never modified and can be declared as 'val'
Variable is never modified, so it can be declared using 'val'
github-actions / Qodana Community for JVM
Function naming convention
Function name `script_3223` should not contain underscores
github-actions / Qodana Community for JVM
Constant conditions
Condition 'coins \> 100' is always true
github-actions / Qodana Community for JVM
Unused symbol
Function "script_3223" is never used
github-actions / Qodana Community for JVM
Unused symbol
Function "itemBought" is never used
Loading