yegor256/thindeck

View on GitHub
src/main/java/com/thindeck/cockpit/TkApp.java

Summary

Maintainability
A
1 hr
Test Coverage

Method regex has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static Take regex(final Base base) throws IOException {
        return new TkFork(
            new FkParams(
                PsByFlag.class.getSimpleName(),
                Pattern.compile(".+"),
Severity: Minor
Found in src/main/java/com/thindeck/cockpit/TkApp.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status