patrickfav/under-the-hood

View on GitHub
hood-core/src/main/java/at/favre/lib/hood/util/HoodUtil.java

Summary

Maintainability
A
1 hr
Test Coverage

Method millisToDaysHoursMinString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static String millisToDaysHoursMinString(long millis) {
        if (millis < 0) {
            throw new IllegalArgumentException("Duration must be greater than zero!");
        }

Severity: Minor
Found in hood-core/src/main/java/at/favre/lib/hood/util/HoodUtil.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status