TestRoots/watchdog

View on GitHub
core/src/nl/tudelft/watchdog/core/ui/preferences/PreferencesBase.java

Summary

Maintainability
A
3 hrs
Test Coverage

PreferencesBase has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

public abstract class PreferencesBase {

    /** The map of registered projects. */
    protected List<ProjectPreferenceSetting> projectSettings = new ArrayList<ProjectPreferenceSetting>();

Severity: Minor
Found in core/src/nl/tudelft/watchdog/core/ui/preferences/PreferencesBase.java - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status