jaghaimo/hypernet

View on GitHub
src/main/java/hypernet/filter/MutableFilterManager.java

Summary

Maintainability
A
2 hrs
Test Coverage

MutableFilterManager has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public class MutableFilterManager implements FilterManager {

    private DialogOption cargoType = DialogOption.CARGO_TYPE_WEAPON;
    private DialogOption cargoWeaponSize = DialogOption.WEAPON_SIZE_ANY;
    private DialogOption cargoWeaponType = DialogOption.WEAPON_TYPE_ANY;
Severity: Minor
Found in src/main/java/hypernet/filter/MutableFilterManager.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status