|
Change Parameter Type delayFunction : DelayFunction<Object,F> to delayFunction : DelayFunction<R,F> in method public withDelayOn(delayFunction DelayFunction<R,F>, failure Class<F>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type config : FailsafeConfig<?,?> to config : FailsafeExecutor<?> in method package AsyncExecution(callable Callable<T>, scheduler Scheduler, future FailsafeFuture<T>, config FailsafeExecutor<?>) in class net.jodah.failsafe.AsyncExecution |
From |
To |
|
Change Parameter Type result : Object to result : R in method public apply(result R, failure Throwable) : Object in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Parameter Type result : Object to result : R in method public handleResult(result R) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Parameter Type fallback : Object to fallback : R in method public of(fallback R) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Parameter Type result : Object to result : R in method public abortWhen(result R) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type config : FailsafeConfig<Object,?> to executor : FailsafeExecutor<Object> in method package AbstractExecution(executor FailsafeExecutor<Object>) in class net.jodah.failsafe.AbstractExecution |
From |
To |
|
Change Parameter Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<R> in method public with(circuitBreaker CircuitBreaker<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Parameter Type policy : T to policy : P in method protected PolicyExecutor(policy P) in class net.jodah.failsafe.PolicyExecutor |
From |
To |
|
Change Parameter Type result : Object to result : R in method public isAbortable(result R, failure Throwable) : boolean in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<R> in method package FailsafeExecutor(retryPolicy RetryPolicy<R>) in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Parameter Type result : Object to result : R in method package recordResult(result R, failure Throwable) : void in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Parameter Type failsafe : FailsafeExecutor<?> to failsafe : FailsafeExecutor<T> in method private get(failsafe FailsafeExecutor<T>, callable Object) : Future<T> in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Parameter Type result : Object to result : R in method public canApplyDelayFn(result R, failure Throwable) : boolean in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type breaker : CircuitBreaker to breaker : CircuitBreaker<?> in method package failsafeRun(breaker CircuitBreaker<?>, runnable CheckedRunnable) : void in class net.jodah.failsafe.AbstractFailsafeTest |
From |
To |
|
Change Parameter Type failsafe : FailsafeExecutor<?> to failsafe : FailsafeExecutor<T> in method private get(failsafe FailsafeExecutor<T>, callable Object) : T in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Parameter Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<R> in method public with(retryPolicy RetryPolicy<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Parameter Type callable : AsyncCallable<? extends CompletionStage<T>> to callable : AsyncCallable<? extends CompletionStage<? extends T>> in method package asyncOfFuture(callable AsyncCallable<? extends CompletionStage<? extends T>>, execution AsyncExecution) : Callable<T> in class net.jodah.failsafe.Functions |
From |
To |
|
Change Parameter Type config : FailsafeConfig<?,?> to executor : FailsafeExecutor<?> in method package Execution(executor FailsafeExecutor<?>) in class net.jodah.failsafe.Execution |
From |
To |
|
Change Parameter Type callable : Callable<? extends CompletionStage<T>> to callable : ContextualCallable<? extends CompletionStage<? extends T>> in method package asyncOfFuture(callable ContextualCallable<? extends CompletionStage<? extends T>>, execution AsyncExecution) : Callable<T> in class net.jodah.failsafe.Functions |
From |
To |
|
Change Parameter Type policies : Policy... to policies : P... in method public with(policies P...) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Parameter Type completionPredicate : BiPredicate<T,? extends Throwable> to completionPredicate : BiPredicate<R,? extends Throwable> in method public abortIf(completionPredicate BiPredicate<R,? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type resultPredicate : Predicate<T> to resultPredicate : Predicate<R> in method public abortIf(resultPredicate Predicate<R>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<R> in method package FailsafeExecutor(circuitBreaker CircuitBreaker<R>) in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Parameter Type callable : ContextualCallable<? extends CompletionStage<T>> to callable : Callable<? extends CompletionStage<? extends T>> in method package asyncOfFuture(callable Callable<? extends CompletionStage<? extends T>>, execution AsyncExecution) : Callable<T> in class net.jodah.failsafe.Functions |
From |
To |
|
Change Parameter Type result : Object to result : R in method public recordResult(result R) : void in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Parameter Type delayFunction : DelayFunction<?,? extends Throwable> to delayFunction : DelayFunction<R,? extends Throwable> in method public withDelay(delayFunction DelayFunction<R,? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type result : Object to result : R in method public isFailure(result R, failure Throwable) : boolean in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Parameter Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<R> in method public with(retryPolicy RetryPolicy<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Parameter Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<R> in method public with(circuitBreaker CircuitBreaker<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Parameter Type rp : RetryPolicy to rp : RetryPolicy<R> in method public RetryPolicy(rp RetryPolicy<R>) in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Parameter Type resultPredicate : Predicate<T> to resultPredicate : Predicate<R> in method public handleResultIf(resultPredicate Predicate<R>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Parameter Type config : FailsafeConfig<?,?> to executor : FailsafeExecutor<?> in method package AsyncExecution(scheduler Scheduler, future FailsafeFuture<T>, executor FailsafeExecutor<?>) in class net.jodah.failsafe.AsyncExecution |
From |
To |
|
Change Parameter Type fallback : CheckedBiFunction<T,Throwable,T> to fallback : CheckedBiFunction<R,Throwable,R> in method private Fallback(fallback CheckedBiFunction<R,Throwable,R>) in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Parameter Type result : Object to result : R in method package resultPredicateFor(result R) : BiPredicate<R,Throwable> in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Parameter Type failsafe : FailsafeExecutor<T> to retryPolicy : RetryPolicy<T> in method package registerListeners(retryPolicy RetryPolicy<T>) : FailsafeExecutor<T> in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Parameter Type failsafe : FailsafeExecutor<?> to failsafe : FailsafeExecutor<T> in method private future(failsafe FailsafeExecutor<T>, callable Object) : CompletableFuture<T> in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Parameter Type eventHandler : EventHandler to executor : FailsafeExecutor<T> in method package FailsafeFuture(executor FailsafeExecutor<T>) in class net.jodah.failsafe.FailsafeFuture |
From |
To |
|
Change Parameter Type resultPredicate : BiPredicate<T,? extends Throwable> to resultPredicate : BiPredicate<R,? extends Throwable> in method public handleIf(resultPredicate BiPredicate<R,? extends Throwable>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Parameter Type fallback : Fallback to fallback : Fallback<R> in method public withFallback(fallback Fallback<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type FailsafeExecutor<T> to FailsafeExecutor<R> in method public with(policies P...) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withJitter(jitterFactor double) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type R to S in method public handle(failures Class<? extends Throwable>...) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withDelayWhen(delayFunction DelayFunction<R,? extends Throwable>, result R) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withBackoff(delay long, maxDelay long, timeUnit TimeUnit) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback CheckedFunction<? extends Throwable,? extends R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public onClose(runnable CheckedRunnable) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type BiPredicate<Object,Throwable> to BiPredicate<R,Throwable> in method package resultPredicateFor(result R) : BiPredicate<R,Throwable> in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type R to S in method public handle(failure Class<? extends Throwable>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withJitter(jitter long, timeUnit TimeUnit) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback CheckedRunnable) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type R to S in method public handleIf(resultPredicate BiPredicate<R,? extends Throwable>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback CheckedFunction<? extends Throwable,? extends R>) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortOn(failure Class<? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type R to S in method public handleResultIf(resultPredicate Predicate<R>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public with(circuitBreaker CircuitBreaker<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortIf(resultPredicate Predicate<R>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortOn(failures Class<? extends Throwable>...) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback CheckedBiFunction<? extends R,? extends Throwable,? extends R>) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withMaxDuration(maxDuration long, timeUnit TimeUnit) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withBackoff(delay long, maxDelay long, timeUnit TimeUnit, delayFactor double) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withTimeout(timeout long, timeUnit TimeUnit) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public copy() : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withSuccessThreshold(successes int, executions int) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withDelay(delayFunction DelayFunction<R,? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public onHalfOpen(runnable CheckedRunnable) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortOn(failurePredicate Predicate<? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortOn(failures List<Class<? extends Throwable>>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type FailsafeExecutor<T> to FailsafeExecutor<R> in method public with(circuitBreaker CircuitBreaker<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Return Type PolicyExecutor to PolicyExecutor<Policy<R>> in method public toExecutor() : PolicyExecutor<Policy<R>> in class net.jodah.failsafe.Policy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withFailureThreshold(failureThreshold int) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type R to S in method public handleResult(result R) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback CheckedConsumer<? extends Throwable>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withMaxRetries(maxRetries int) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type R to S in method public handle(failures List<Class<? extends Throwable>>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback CheckedRunnable) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback CheckedBiConsumer<? extends R,? extends Throwable>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public with(retryPolicy RetryPolicy<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortWhen(result R) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public abortIf(completionPredicate BiPredicate<R,? extends Throwable>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback CheckedConsumer<? extends Throwable>) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withDelay(delay long, timeUnit TimeUnit) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type BiPredicate<Object,Throwable> to BiPredicate<R,Throwable> in method package failurePredicateFor(failures List<Class<? extends Throwable>>) : BiPredicate<R,Throwable> in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback CheckedBiConsumer<? extends R,? extends Throwable>) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withSuccessThreshold(successThreshold int) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback Fallback<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withDelayOn(delayFunction DelayFunction<R,F>, failure Class<F>) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback Callable<? extends R>) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type Fallback to Fallback<R> in method public of(fallback R) : Fallback<R> in class net.jodah.failsafe.Fallback |
From |
To |
|
Change Return Type R to S in method public handleIf(failurePredicate Predicate<? extends Throwable>) : S in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withDelay(delay long, timeUnit TimeUnit) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type FailsafeExecutor<T> to FailsafeExecutor<R> in method public with(retryPolicy RetryPolicy<R>) : FailsafeExecutor<R> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Return Type DelayFunction<?,? extends Throwable> to DelayFunction<R,? extends Throwable> in method public getDelayFn() : DelayFunction<R,? extends Throwable> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public onOpen(runnable CheckedRunnable) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type CircuitBreaker to CircuitBreaker<R> in method public withFailureThreshold(failures int, executions int) : CircuitBreaker<R> in class net.jodah.failsafe.CircuitBreaker |
From |
To |
|
Change Return Type RetryPolicy to RetryPolicy<R> in method public withDelay(delayMin long, delayMax long, timeUnit TimeUnit) : RetryPolicy<R> in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback R) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type S to FailsafeExecutor<R> in method public withFallback(fallback Callable<? extends R>) : FailsafeExecutor<R> in class net.jodah.failsafe.FailsafeExecutor |
From |
To |
|
Change Return Type BiPredicate<Object,Throwable> to BiPredicate<R,Throwable> in method package failurePredicateFor(failurePredicate Predicate<? extends Throwable>) : BiPredicate<R,Throwable> in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Boolean> in method public retryListener_WithFailedResponses_ShouldBeCalled() : void in class net.jodah.failsafe.issues.Issue36Test |
From |
To |
|
Change Variable Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<String> in method public syncShouldThrowTheUnderlyingIOException() : void in class net.jodah.failsafe.issues.Issue131Test |
From |
To |
|
Change Variable Type rp : RetryPolicy to rp : RetryPolicy<Object> in method public testFailsafeWithRetryThenCircuitBreaker() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Boolean> in method public failedAttemptListener_WithFailedResponses_ShouldBeCalled() : void in class net.jodah.failsafe.issues.Issue36Test |
From |
To |
|
Change Variable Type rp : RetryPolicy to rp : RetryPolicy<Object> in method public testFailsafeWithCircuitBreakerThenRetryThenFallback() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testWithDelayOn() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public shouldFallbackWhenCircuitBreakerIsOpen() : void in class net.jodah.failsafe.AbstractFailsafeTest |
From |
To |
|
Change Variable Type rp : RetryPolicy to rp : RetryPolicy<Object> in method public testExecutionWithCircuitBreakerThenRetry() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type rp : RetryPolicy to rp : RetryPolicy<Object> in method public testFailsafeWithRetryThenFallback() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<Boolean> in method public shouldHandleCircuitBreakerOpenException() : void in class net.jodah.failsafe.issues.Issue84Test |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public test() : void in class net.jodah.failsafe.issues.Issue5Test |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testListenersForUnhandledFailure() : void in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testPerStageRetries() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type fallback : Fallback to fallback : Fallback<Object> in method public testFallbackWithoutConditions() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public shouldOpenCircuitWhenTimeoutExceeded() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public shouldThrowCircuitBreakerOpenExceptionAfterFailuresExceeded() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testFailureListenerCalledOnAbort() : void in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Variable Type cb : CircuitBreaker to cb : CircuitBreaker<Object> in method public testExecutionWithCircuitBreakerThenRetry() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type rp : RetryPolicy to rp : RetryPolicy<Object> in method public testFailsafeWithFallbackThenRetry() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type fb : Fallback to fb : Fallback<Object> in method public testFailsafeWithCircuitBreakerThenRetryThenFallback() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type predicate : BiPredicate<Object,Throwable> to predicate : BiPredicate<R,Throwable> in method public isFailure(result R, failure Throwable) : boolean in class net.jodah.failsafe.AbstractPolicy |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testCircuitBreakerWithoutConditions() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type predicate : BiPredicate<Object,Throwable> to predicate : BiPredicate<R,Throwable> in method public isAbortable(result R, failure Throwable) : boolean in class net.jodah.failsafe.RetryPolicy |
From |
To |
|
Change Variable Type cb : CircuitBreaker to cb : CircuitBreaker<Object> in method public testFailsafeWithCircuitBreakerThenRetryThenFallback() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testListenersForRetriesExceeded() : void in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method private assertGet(callable Object) : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Boolean> in method public retryListener_WithExceptions_ShouldBeCalled() : void in class net.jodah.failsafe.issues.Issue36Test |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Integer> in method public testThatFailSafeIsBrokenWithFallback() : void in class net.jodah.failsafe.issues.Issue75Test |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public shouldCompleteWhenMaxDurationExceeded() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testListenersForAbort() : void in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testisFailureFailurePredicate() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testisFailureResult() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public testIsFailureForFailurePredicate() : void in class net.jodah.failsafe.CircuitBreakerTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Boolean> in method private assertGetFuture(callable Object) : void in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Boolean> in method public testListenersForSuccess() : void in class net.jodah.failsafe.FailsafeExecutorTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public shouldFallbackAfterFailureWithCircuitBreaker() : void in class net.jodah.failsafe.AbstractFailsafeTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Boolean> in method private assertGetWithExecutor(callable Object) : void in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testCanAbortForCompletionPredicate() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type fb : Fallback to fb : Fallback<Object> in method public testFailsafeWithRetryThenFallback() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testCanAbortForFailurePredicate() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type fallback : Fallback to fallback : Fallback<Boolean> in method public testFallbackWithConditions() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Object> in method public shouldRejectExcessiveExecutionsThroughHalfOpenCircuit() : void in class net.jodah.failsafe.AbstractFailsafeTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testCanAbortForResult() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testFallbackWithoutConditions() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public testWithDelayWhen() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Object> in method public shouldFallbackAfterFailureWithRetries() : void in class net.jodah.failsafe.AbstractFailsafeTest |
From |
To |
|
Change Variable Type circuit : CircuitBreaker to circuit : CircuitBreaker<Boolean> in method public shouldRetryAndOpenCircuit() : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Object> in method public testisFailureCompletionPredicate() : void in class net.jodah.failsafe.RetryPolicyTest |
From |
To |
|
Change Variable Type fb : Fallback to fb : Fallback<Object> in method public testFailsafeWithFallbackThenRetry() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type breaker : CircuitBreaker to breaker : CircuitBreaker<Integer> in method public testIsFailureForResult() : void in class net.jodah.failsafe.CircuitBreakerTest |
From |
To |
|
Change Variable Type cb : CircuitBreaker to cb : CircuitBreaker<Object> in method public testFailsafeWithRetryThenCircuitBreaker() : void in class net.jodah.failsafe.functional.PolicyOrderingTest |
From |
To |
|
Change Variable Type circuitBreaker : CircuitBreaker to circuitBreaker : CircuitBreaker<String> in method public asyncShouldCompleteTheFuture() : void in class net.jodah.failsafe.issues.Issue131Test |
From |
To |
|
Change Variable Type retryPolicy : RetryPolicy to retryPolicy : RetryPolicy<Integer> in method public shouldDelayOnMatchingFailureType() : void in class net.jodah.failsafe.functional.ComputedDelayTest |
From |
To |
|
Change Variable Type policy : RetryPolicy to policy : RetryPolicy<Boolean> in method public failedAttemptListener_WithExceptions_ShouldBeCalled() : void in class net.jodah.failsafe.issues.Issue36Test |
From |
To |