yegor256/thindeck

View on GitHub
src/main/java/com/thindeck/cockpit/deck/TkIndex.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public Response act(final Request req) throws IOException {
        final Deck deck = new RqDeck(this.base, req).deck();
        final Href home = new Href("/d").path(deck.name());
        final PrettyTime pretty = new PrettyTime();
Severity: Minor
Found in src/main/java/com/thindeck/cockpit/deck/TkIndex.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status