|
Move Method public shouldManuallyRetryAndComplete() : void from class net.jodah.recurrent.RecurrentTest to public shouldManuallyRetryAndComplete() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private get(recurrent AsyncRecurrent, callable Object) : RecurrentFuture<T> from class net.jodah.recurrent.RecurrentTest to private get(recurrent AsyncRecurrent, callable Object) : RecurrentFuture<T> from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldThrowOnNonRetriableFailure() : void from class net.jodah.recurrent.RecurrentTest to public shouldThrowOnNonRetriableFailure() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldCancelFuture() : void from class net.jodah.recurrent.RecurrentTest to public shouldCancelFuture() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private assertGetWithExecutor(callable Object) : void from class net.jodah.recurrent.RecurrentTest to private assertGetWithExecutor(callable Object) : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldSucceedWithoutRetries() : void from class net.jodah.recurrent.RecurrentTest to public shouldSucceedWithoutRetries() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private future(recurrent AsyncRecurrent, callable Object) : CompletableFuture<T> from class net.jodah.recurrent.RecurrentTest to private future(recurrent AsyncRecurrent, callable Object) : CompletableFuture<T> from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldCompleteAsync() : void from class net.jodah.recurrent.RecurrentTest to public shouldCompleteAsync() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public testPerStageRetries() : void from class net.jodah.recurrent.RecurrentTest to public testPerStageRetries() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method private assertRunWithExecutor(runnable Object) : void from class net.jodah.recurrent.RecurrentTest to private assertRunWithExecutor(runnable Object) : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public testFuture() : void from class net.jodah.recurrent.RecurrentTest to public testFuture() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private run(recurrent SyncRecurrent, runnable Object) : void from class net.jodah.recurrent.RecurrentTest to private run(recurrent SyncRecurrent, runnable Object) : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldRunContextualWithExecutor() : void from class net.jodah.recurrent.RecurrentTest to public shouldRunContextualWithExecutor() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public testFutureContextual() : void from class net.jodah.recurrent.RecurrentTest to public testFutureContextual() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private assertGet(callable Object) : void from class net.jodah.recurrent.RecurrentTest to private assertGet(callable Object) : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldGetAsync() : void from class net.jodah.recurrent.RecurrentTest to public shouldGetAsync() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private get(recurrent SyncRecurrent, callable Object) : T from class net.jodah.recurrent.RecurrentTest to private get(recurrent SyncRecurrent, callable Object) : T from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldGet() : void from class net.jodah.recurrent.RecurrentTest to public shouldGet() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldRun() : void from class net.jodah.recurrent.RecurrentTest to public shouldRun() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method private assertRun(runnable Object) : void from class net.jodah.recurrent.RecurrentTest to private assertRun(runnable Object) : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldThrowWhenInterruptedDuringSynchronousDelay() : void from class net.jodah.recurrent.RecurrentTest to public shouldThrowWhenInterruptedDuringSynchronousDelay() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method private run(recurrent AsyncRecurrent, runnable Object) : RecurrentFuture<?> from class net.jodah.recurrent.RecurrentTest to private run(recurrent AsyncRecurrent, runnable Object) : RecurrentFuture<?> from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method protected beforeMethod() : void from class net.jodah.recurrent.RecurrentTest to protected beforeMethod() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldGetContextual() : void from class net.jodah.recurrent.RecurrentTest to public shouldGetContextual() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public testFutureAsync() : void from class net.jodah.recurrent.RecurrentTest to public testFutureAsync() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldRunAsync() : void from class net.jodah.recurrent.RecurrentTest to public shouldRunAsync() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldRunWithExecutor() : void from class net.jodah.recurrent.RecurrentTest to public shouldRunWithExecutor() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method private assertGetFuture(callable Object) : void from class net.jodah.recurrent.RecurrentTest to private assertGetFuture(callable Object) : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldRunContextual() : void from class net.jodah.recurrent.RecurrentTest to public shouldRunContextual() : void from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Method public shouldGetContextualWithExecutor() : void from class net.jodah.recurrent.RecurrentTest to public shouldGetContextualWithExecutor() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Method public shouldGetWithExecutor() : void from class net.jodah.recurrent.RecurrentTest to public shouldGetWithExecutor() : void from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Attribute package futureSyncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.RecurrentTest to private futureSyncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Attribute private retryTwice : RetryPolicy from class net.jodah.recurrent.RecurrentTest to package retryTwice : RetryPolicy from class net.jodah.recurrent.AbstractRecurrentTest |
From |
To |
|
Move Attribute package syncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.RecurrentTest to private syncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.SyncRecurrentTest |
From |
To |
|
Move Attribute private retryAlways : RetryPolicy from class net.jodah.recurrent.RecurrentTest to package retryAlways : RetryPolicy from class net.jodah.recurrent.AbstractRecurrentTest |
From |
To |
|
Move Attribute package futureAsyncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.RecurrentTest to private futureAsyncThrowables : Class<? extends Throwable>[] from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Attribute private waiter : Waiter from class net.jodah.recurrent.RecurrentTest to private waiter : Waiter from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |
|
Move Attribute private counter : AtomicInteger from class net.jodah.recurrent.RecurrentTest to package counter : AtomicInteger from class net.jodah.recurrent.AbstractRecurrentTest |
From |
To |
|
Move Attribute private retryNever : RetryPolicy from class net.jodah.recurrent.RecurrentTest to package retryNever : RetryPolicy from class net.jodah.recurrent.AbstractRecurrentTest |
From |
To |
|
Move Attribute private service : Service from class net.jodah.recurrent.RecurrentTest to package service : Service from class net.jodah.recurrent.AbstractRecurrentTest |
From |
To |
|
Move Attribute private executor : ScheduledExecutorService from class net.jodah.recurrent.RecurrentTest to private executor : ScheduledExecutorService from class net.jodah.recurrent.AsyncRecurrentTest |
From |
To |