fixed merge related issues #147
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]
- 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 91 in game/core/src/com/eng1/game/screens/CharacterScreen.java
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github-actions / Qodana Community for JVM
Unused import
Unused import `import com.badlogic.gdx.InputAdapter;`