bfa6c149f0bda4ef7207f82954073fc81192928e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public shouldCancelOnGetStageAsyncExecutor() : void renamed to public shouldCancelOnGetStageAsyncExecution() : void in class net.jodah.failsafe.AsyncFailsafeTest | From | To | |
Rename Method public shouldCancelOnGetAsyncExecutor() : void renamed to public shouldCancelOnRunAsyncExecution() : void in class net.jodah.failsafe.AsyncFailsafeTest | From | To | |
Rename Method public shouldCancelOnRunAsyncExecutor() : void renamed to public shouldCancelOnGetAsyncExecution() : void in class net.jodah.failsafe.AsyncFailsafeTest | From | To | |
Rename Method public shouldRunAsyncExecutor() : void renamed to public shouldGetAsyncExecution() : void in class net.jodah.failsafe.AsyncFailsafeTest | From | To | |
Rename Method public shouldGetAsyncExecutor() : void renamed to public shouldRunAsyncExecution() : void in class net.jodah.failsafe.AsyncFailsafeTest | From | To | |
Change Return Type | 3 | ||
Change Return Type Supplier<CompletableFuture<T>> to Supplier<CompletableFuture<ExecutionResult>> in method package asyncOfFutureExecution(supplier AsyncSupplier<? extends CompletionStage<? extends T>>, execution AsyncExecution) : Supplier<CompletableFuture<ExecutionResult>> in class net.jodah.failsafe.Functions | From | To | |
Change Return Type Supplier<T> to Supplier<CompletableFuture<ExecutionResult>> in method package asyncOfExecution(supplier AsyncSupplier<T>, execution AsyncExecution) : Supplier<CompletableFuture<ExecutionResult>> in class net.jodah.failsafe.Functions | From | To | |
Change Return Type Supplier<T> to Supplier<CompletableFuture<ExecutionResult>> in method package asyncOfExecution(runnable AsyncRunnable, execution AsyncExecution) : Supplier<CompletableFuture<ExecutionResult>> in class net.jodah.failsafe.Functions | From | To |