641eb3ecd45fc85a19a3576e414223e08245ad2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private call(callable AsyncCallableWrapper<T>) : CompletableFuture<T> extracted from public futureAsync(callable AsyncCallable<java.util.concurrent.CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.failsafe.AsyncFailsafe | From | To | |
Extract Method private call(callable AsyncCallableWrapper<T>) : CompletableFuture<T> extracted from public future(callable ContextualCallable<java.util.concurrent.CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.failsafe.AsyncFailsafe | From | To | |
Extract Method private call(callable AsyncCallableWrapper<T>) : CompletableFuture<T> extracted from public future(callable Callable<java.util.concurrent.CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.failsafe.AsyncFailsafe | From | To |