TestRoots/watchdog

View on GitHub
core/src/nl/tudelft/watchdog/core/ui/util/DebugEventVisualizationUtils.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getColorForNumber has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static Paint getColorForNumber(int number) {
        switch (number) {
        case 0:
            return Color.red;
        case 1:

    There are no issues that match your filters.

    Category
    Status