yegor256/thindeck

View on GitHub
src/main/java/com/thindeck/agents/CheckState.java

Summary

Maintainability
A
1 hr
Test Coverage

Method exec has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Iterable<Directive> exec(final XML deck) throws IOException {
        final Directives dirs = new Directives();
        final Collection<XML> containers = deck.nodes(
            "/deck/containers/container[host and http]"
Severity: Minor
Found in src/main/java/com/thindeck/agents/CheckState.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status