Skip to content

fixed merge related issues #147

fixed merge related issues

fixed merge related issues #147

GitHub Actions / Qodana Community for JVM completed May 23, 2024 in 0s

22 new problems found by Qodana Community for JVM

Qodana Community for JVM

22 new problems were found

Inspection name Severity Problems
'protected' member in 'final' class 🔶 Warning 10
Unused import 🔶 Warning 7
Javadoc declaration problems 🔶 Warning 2
Dangling Javadoc comment 🔶 Warning 1
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 91 in game/core/src/com/eng1/game/screens/CharacterScreen.java

See this annotation in the file changed.

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

Dangling Javadoc comment

Dangling Javadoc comment

Check warning on line 393 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 281 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

Javadoc declaration problems

Tag `return` is not allowed here

Check warning on line 309 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

Javadoc declaration problems

Tag `return` is not allowed here

Check warning on line 6 in game/core/src/com/eng1/game/assets/maps/MapAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 8 in game/core/src/com/eng1/game/assets/maps/MapAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 8 in game/core/src/com/eng1/game/assets/images/ImageAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 4 in game/core/src/com/eng1/game/assets/maps/MapAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 4 in game/core/src/com/eng1/game/assets/images/ImageAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 7 in game/core/src/com/eng1/game/assets/maps/MapAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 7 in game/core/src/com/eng1/game/assets/images/ImageAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 6 in game/core/src/com/eng1/game/assets/images/ImageAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 5 in game/core/src/com/eng1/game/assets/maps/MapAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

Check warning on line 5 in game/core/src/com/eng1/game/assets/images/ImageAssetPaths.java

See this annotation in the file changed.

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

'protected' member in 'final' class

Class member declared `protected` in 'final' class

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 2 in game/desktop/src/com/eng1/game/DesktopLauncher.java

See this annotation in the file changed.

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

Unused import

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

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.eng1.game.HeslingtonHustle;`

Check warning on line 4 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 4 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

Unused import

Unused import `import com.eng1.game.game.activity.Activities;`

Check warning on line 4 in game/core/src/com/eng1/game/assets/maps/MapAssets.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.badlogic.gdx.maps.tiled.TmxMapLoader;`

Check warning on line 6 in game/core/src/com/eng1/game/screens/LoadingScreen.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.eng1.game.HeslingtonHustle;`

Check warning on line 7 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;`