|
Change Parameter Type failsafe : AsyncFailsafe to failsafe : AsyncFailsafe<?> in method private run(failsafe AsyncFailsafe<?>, runnable Object) : FailsafeFuture<?> in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Parameter Type failsafe : AsyncFailsafe to failsafe : AsyncFailsafe<?> in method private get(failsafe AsyncFailsafe<?>, callable Object) : FailsafeFuture<T> in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Parameter Type listener : ResultListener<? super T,? extends Throwable> to listener : ResultListener<? extends T,? extends Throwable> in method package AsyncResultListener(listener ResultListener<? extends T,? extends Throwable>) in class net.jodah.failsafe.ListenerBindings.AsyncResultListener |
From |
To |
|
Change Parameter Type failsafe : AsyncFailsafe to failsafe : AsyncFailsafe<?> in method private future(failsafe AsyncFailsafe<?>, callable Object) : CompletableFuture<T> in class net.jodah.failsafe.AsyncFailsafeTest |
From |
To |
|
Change Parameter Type failsafe : SyncFailsafe to failsafe : SyncFailsafe<?> in method private run(failsafe SyncFailsafe<?>, runnable Object) : void in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Change Parameter Type listener : ResultListener<? super T,? extends Throwable> to listener : ResultListener<? extends T,? extends Throwable> in method package AsyncResultListener(listener ResultListener<? extends T,? extends Throwable>, executor ExecutorService) in class net.jodah.failsafe.ListenerBindings.AsyncResultListener |
From |
To |
|
Change Parameter Type listeners : Listeners<?> to listeners : ListenerBindings<?,?> in method package AsyncExecution(callable Callable<T>, retryPolicy RetryPolicy, circuitBreaker CircuitBreaker, scheduler Scheduler, future FailsafeFuture<T>, listeners ListenerBindings<?,?>) in class net.jodah.failsafe.AsyncExecution |
From |
To |
|
Change Parameter Type listener : ContextualResultListener<? super T,? extends Throwable> to listener : ContextualResultListener<? extends T,? extends Throwable> in method package AsyncCtxResultListener(listener ContextualResultListener<? extends T,? extends Throwable>) in class net.jodah.failsafe.ListenerBindings.AsyncCtxResultListener |
From |
To |
|
Change Parameter Type listeners : Listeners<?> to listeners : Listeners<T> in method public with(listeners Listeners<T>) : SyncFailsafe<T> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Parameter Type listeners : T to listeners : Listeners<T> in method public with(listeners Listeners<T>) : AsyncFailsafe<T> in class net.jodah.failsafe.AsyncFailsafe |
From |
To |
|
Change Parameter Type listeners : Listeners<T> to listeners : ListenerBindings<?,T> in method package FailsafeFuture(listeners ListenerBindings<?,T>) in class net.jodah.failsafe.FailsafeFuture |
From |
To |
|
Change Parameter Type listener : ContextualResultListener<? super T,? extends Throwable> to listener : ContextualResultListener<? extends T,? extends Throwable> in method package AsyncCtxResultListener(listener ContextualResultListener<? extends T,? extends Throwable>, executor ExecutorService) in class net.jodah.failsafe.ListenerBindings.AsyncCtxResultListener |
From |
To |
|
Change Parameter Type failsafe : SyncFailsafe to failsafe : SyncFailsafe<?> in method private get(failsafe SyncFailsafe<?>, callable Object) : T in class net.jodah.failsafe.SyncFailsafeTest |
From |
To |
|
Move Method package handleRetry(result T, failure Throwable, context ExecutionContext, scheduler Scheduler) : void from class net.jodah.failsafe.Listeners to package handleRetry(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Move Method package handleFailure(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.Listeners to package handleFailure(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.AsyncListenerBindings |
From |
To |
|
Move Method package handleSuccess(result T, context ExecutionContext) : void from class net.jodah.failsafe.Listeners to package handleSuccess(result T, context ExecutionContext) : void from class net.jodah.failsafe.AsyncListenerBindings |
From |
To |
|
Move Method package handleFailedAttempt(result T, failure Throwable, context ExecutionContext, scheduler Scheduler) : void from class net.jodah.failsafe.Listeners to package handleFailedAttempt(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Move Method package complete(result T, failure Throwable, context ExecutionContext, success boolean) : void from class net.jodah.failsafe.Listeners to package complete(result T, failure Throwable, context ExecutionContext, success boolean) : void from class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Move Method package resultListenerOf(listener SuccessListener<T>) : ResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to package resultListenerOf(listener SuccessListener<T>) : ResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Move Method package handleComplete(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.Listeners to package handleComplete(result T, failure Throwable, context ExecutionContext) : void from class net.jodah.failsafe.AsyncListenerBindings |
From |
To |
|
Move Method package resultListenerOf(listener ContextualSuccessListener<T>) : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to package resultListenerOf(listener ContextualSuccessListener<T>) : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Move Attribute private scheduler : Scheduler from class net.jodah.failsafe.FailsafeFuture to package scheduler : Scheduler from class net.jodah.failsafe.AsyncListenerBindings |
From |
To |
|
Move Attribute private asyncFailureListener : AsyncResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncFailureListener : AsyncResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Move Attribute private asyncCompleteListener : AsyncResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncCompleteListener : AsyncResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Move Attribute private ctxFailedAttemptListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to private ctxFailedAttemptListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private successListener : SuccessListener<T> from class net.jodah.failsafe.Listeners to private successListener : SuccessListener<T> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private asyncCtxCompleteListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncCtxCompleteListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Move Attribute private asyncCtxSuccessListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncCtxSuccessListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Move Attribute private ctxCompleteListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to private ctxCompleteListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private ctxSuccessListener : ContextualSuccessListener<T> from class net.jodah.failsafe.Listeners to private ctxSuccessListener : ContextualSuccessListener<T> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private ctxRetryListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to private ctxRetryListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private completeListener : ResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to private completeListener : ResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private asyncSuccessListener : AsyncResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncSuccessListener : AsyncResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Move Attribute private ctxFailureListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.Listeners to private ctxFailureListener : ContextualResultListener<T,Throwable> from class net.jodah.failsafe.ListenerBindings.ListenerConfig |
From |
To |
|
Move Attribute private asyncCtxFailureListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.FailsafeFuture to private asyncCtxFailureListener : AsyncCtxResultListener<T> from class net.jodah.failsafe.AsyncListenerBindings.AsyncListenerConfig |
From |
To |
|
Change Return Type AsyncFailsafe to AsyncFailsafe<T> in method public with(listeners Listeners<T>) : AsyncFailsafe<T> in class net.jodah.failsafe.AsyncFailsafe |
From |
To |
|
Change Return Type AsyncFailsafe to AsyncFailsafe<L> in method public with(retryPolicy RetryPolicy) : AsyncFailsafe<L> in class net.jodah.failsafe.AsyncFailsafe |
From |
To |
|
Change Return Type SyncFailsafe to SyncFailsafe<T> in method public with(circuitBreaker CircuitBreaker) : SyncFailsafe<T> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Return Type AsyncFailsafe to AsyncFailsafe<L> in method public with(scheduler Scheduler) : AsyncFailsafe<L> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Return Type SyncFailsafe to SyncFailsafe<L> in method public with(circuitBreaker CircuitBreaker) : SyncFailsafe<L> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Return Type SyncFailsafe to SyncFailsafe<T> in method public with(retryPolicy RetryPolicy) : SyncFailsafe<T> in class net.jodah.failsafe.Failsafe |
From |
To |
|
Change Return Type SyncFailsafe to SyncFailsafe<L> in method public with(retryPolicy RetryPolicy) : SyncFailsafe<L> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Return Type AsyncFailsafe to AsyncFailsafe<L> in method public with(executor ScheduledExecutorService) : AsyncFailsafe<L> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Return Type SyncFailsafe to SyncFailsafe<T> in method public with(listeners Listeners<T>) : SyncFailsafe<T> in class net.jodah.failsafe.SyncFailsafe |
From |
To |
|
Change Return Type AsyncFailsafe to AsyncFailsafe<L> in method public with(circuitBreaker CircuitBreaker) : AsyncFailsafe<L> in class net.jodah.failsafe.AsyncFailsafe |
From |
To |
|
Rename Attribute retryStats : AtomicInteger to asyncRetryResult : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute failureStats : AtomicInteger to asyncFailureResult : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute failedAttemptStats : AtomicInteger to failedAttemptResult : AtomicInteger in class net.jodah.failsafe.ListenerBindingsTest |
From |
To |
|
Rename Attribute retryStatsAsync : AtomicInteger to asyncCtxSuccess : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute failure : AtomicInteger to asyncFailure : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute successStats : AtomicInteger to ctxSuccess : AtomicInteger in class net.jodah.failsafe.ListenerBindingsTest |
From |
To |
|
Rename Attribute failureStats : AtomicInteger to failureResult : AtomicInteger in class net.jodah.failsafe.ListenerBindingsTest |
From |
To |
|
Rename Attribute failedAttemptStats : AtomicInteger to asyncFailedAttemptResult : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute retryStats : AtomicInteger to retryResult : AtomicInteger in class net.jodah.failsafe.ListenerBindingsTest |
From |
To |
|
Rename Attribute retryAsync : AtomicInteger to asyncCtxFailure : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute successStats : AtomicInteger to asyncCtxComplete : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute retry : AtomicInteger to asyncRetry : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute failedAttemptAsync : AtomicInteger to asyncCtxFailedAttempt : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute scheduler : Scheduler to completableFuture : CompletableFuture<T> in class net.jodah.failsafe.FailsafeFuture |
From |
To |
|
Rename Attribute complete : AtomicInteger to asyncComplete : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute completeStats : AtomicInteger to ctxComplete : AtomicInteger in class net.jodah.failsafe.ListenerBindingsTest |
From |
To |
|
Rename Attribute failedAttempt : AtomicInteger to asyncFailedAttempt : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute completeStats : AtomicInteger to asyncSuccess : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |
|
Rename Attribute success : AtomicInteger to asyncCtxRetry : AtomicInteger in class net.jodah.failsafe.AsyncListenerBindingsTest |
From |
To |