yegor256/thindeck

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    private void update(final String domain, final XML deck)
        throws IOException {
        // @checkstyle LineLength (1 line)
        final String terms = "not(@waste) and @type='green' and @state='alive' and http";
        final String servers = Joiner.on(' ').join(
Severity: Minor
Found in src/main/java/com/thindeck/agents/UpdateNginx.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status