ursinn/DeadByDaylightMC

View on GitHub
src/main/java/noahnok/dbdl/files/game/DGamemodeManager.java

Summary

Maintainability
A
1 hr
Test Coverage

Method loadGamemodesFromFile has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void loadGamemodesFromFile() {
        int count = 0;

        for (String key : main.getGamemodesConfig().getConfig().getConfigurationSection("gamemodes").getKeys(false)) {
            String path = "gamemodes." + key + ".";
Severity: Minor
Found in src/main/java/noahnok/dbdl/files/game/DGamemodeManager.java - About 1 hr to fix

There are no issues that match your filters.

Category
Status