yegor256/thindeck

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

Summary

Maintainability
A
1 hr
Test Coverage

Method build has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private String build(final String deck, final XML repo)
        throws IOException {
        final String name = String.format(
            "%s-%08x", deck,
            BuildImage.RND.nextInt()
Severity: Minor
Found in src/main/java/com/thindeck/agents/BuildImage.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status