yegor256/takes

View on GitHub
src/main/java/org/takes/tk/TkRetry.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    @SuppressWarnings("PMD.AvoidCatchingGenericException")
    public Response act(final Request req) throws IOException {
        if (this.count <= 0) {
            throw new IllegalArgumentException(
Severity: Minor
Found in src/main/java/org/takes/tk/TkRetry.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status