4 new problems found by Qodana Community for JVM
Qodana Community for JVM
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused import |
🔶 Warning | 2 |
Deprecated member is still used |
🔶 Warning | 1 |
Unchecked warning |
🔶 Warning | 1 |
☁️ 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 390 in game/core/src/com/eng1/game/game/player/Statistics.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'increaseScore' is still used
Check warning on line 83 in game/core/src/com/eng1/game/game/Score.java
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked assignment: 'java.util.ArrayList' to 'java.util.ArrayList'
Check warning on line 3 in game/core/src/com/eng1/game/screens/MainScreen.java
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.badlogic.gdx.Screen;`
Check warning on line 6 in game/core/src/com/eng1/game/screens/MainScreen.java
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.badlogic.gdx.InputAdapter;`