Skip to content

fixed some qodana problems

Sign in for the full log view
GitHub Actions / Qodana Community for JVM completed May 23, 2024 in 0s

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]

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import

Unused import `import com.badlogic.gdx.InputAdapter;`