brunocvcunha/instagram4j

View on GitHub
src/main/java/com/github/instagram4j/instagram4j/actions/async/AsyncAction.java

Summary

Maintainability
A
35 mins
Test Coverage

Method retry has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static <T> CompletableFuture<T> retry(Supplier<CompletableFuture<T>> action,
            Throwable error,
            int tries, long delay, TimeUnit unit) {

    There are no issues that match your filters.

    Category
    Status