yegor256/thindeck

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

Summary

Maintainability
A
1 hr
Test Coverage

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

        @Override
        public String exec(final String host, final Map<String, String> args)
            throws IOException {
            final String command = Joiner.on(" && ").join(
                Iterables.concat(
Severity: Minor
Found in src/main/java/com/thindeck/agents/Script.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status