ursinn/DeadByDaylightMC

View on GitHub
src/main/java/noahnok/dbdl/files/game/player/states/PlayerStateManager.java

Summary

Maintainability
A
3 hrs
Test Coverage

PlayerStateManager has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

public class PlayerStateManager {

    private final DeadByDaylight main;

    public PlayerStateManager(DeadByDaylight main) {

TODO found
Open

        // TODO: Fix

This block of commented-out lines of code should be removed.
Open

//        switch (survivor.getPlayerState().getHookedStage()) {

Programmers should not comment out code as it bloats programs and reduces readability.

Unused code should be deleted and can be retrieved from source control history if required.

There are no issues that match your filters.

Category
Status