|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleRetry(result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleFailure(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package initialize(stats ExecutionStats) : void in class net.jodah.recurrent.SyncContextualCallable |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleComplete(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package of(listener ContextualResultListener<T,Throwable>, result T, failure Throwable, stats ExecutionStats) : Callable<T> in class net.jodah.recurrent.Callables |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package call(listener AsyncResultListener<T>, ctxListener AsyncCtxResultListener<T>, result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncListeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleSuccess(result T, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package initialize(stats ExecutionStats) : void in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package call(listener AsyncResultListener<T>, result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncListeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method public onFailedAttempt(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method public onFailure(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type invocation : AsyncInvocation to execution : AsyncExecution in method package initialize(execution AsyncExecution) : void in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method public onComplete(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package call(listener AsyncCtxResultListener<T>, result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncListeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleRetry(result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncListeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package ExecutionStats(stats ExecutionStats) in class net.jodah.recurrent.ExecutionStats |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleFailedAttempt(result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncListeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method public onSuccess(result T, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package handleFailedAttempt(result T, failure Throwable, stats ExecutionStats, scheduler Scheduler) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method package complete(result T, failure Throwable, stats ExecutionStats, success boolean) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Parameter Type stats : InvocationStats to stats : ExecutionStats in method public onRetry(result T, failure Throwable, stats ExecutionStats) : void in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testGetElapsedMillis() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldAdjustWaitTimeForMaxDuration() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type invocation : AsyncInvocation to execution : AsyncExecution in method private call(callable AsyncContextualCallable<T>, future RecurrentFuture<T>) : RecurrentFuture<T> in class net.jodah.recurrent.AsyncRecurrent |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldGetWaitMillis() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testIsComplete() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type invocation : Invocation to execution : Execution in method private call(callable Callable<T>) : T in class net.jodah.recurrent.SyncRecurrent |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldSupportMaxDuration() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldSupportMaxRetries() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldThrowOnMultipleCompletes() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type stats : InvocationStats to stats : ExecutionStats in method package resultListenerOf(listener ContextualSuccessListener<T>) : ContextualResultListener<T,Throwable> in class net.jodah.recurrent.Listeners |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testComplete() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldThrowOnCanRetryWhenAlreadyComplete() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testCanRetryOn() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testCanRetryForResultAndThrowable() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type stats : InvocationStats to stats : ExecutionStats in method package beforeMethod() : void in class net.jodah.recurrent.AsyncListenersTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testCanRetryForResult() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testCompleteForResult() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public shouldAdjustWaitTimeForBackoff() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type inv : Invocation to inv : Execution in method public testGetAttemptCount() : void in class net.jodah.recurrent.ExecutionTest |
From |
To |
|
Change Variable Type invocation : Invocation to execution : Execution in method public retryLoopExample() : void in class net.jodah.recurrent.examples.RetryLoopExample |
From |
To |