yegor256/thindeck

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

Summary

Maintainability
A
1 hr
Test Coverage

Method make has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static Take make(final Take take) {
        return new TkAuth(
            take,
            new PsChain(
                new TkAppAuth.FakePass(),
Severity: Minor
Found in src/main/java/com/thindeck/cockpit/TkAppAuth.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status