2a18d13799f5de8bd39c25a5f51de859ef979e76
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public transformAsync(input ListenableFuture<I>, function AsyncFunction<? super I,? extends O>) : ListenableFuture<O> extracted from public transform(input ListenableFuture<I>, function AsyncFunction<? super I,? extends O>) : ListenableFuture<O> in class com.google.common.util.concurrent.Futures | From | To | |
Extract Method public transformAsync(input ListenableFuture<I>, function AsyncFunction<? super I,? extends O>, executor Executor) : ListenableFuture<O> extracted from public transform(input ListenableFuture<I>, function AsyncFunction<? super I,? extends O>, executor Executor) : ListenableFuture<O> in class com.google.common.util.concurrent.Futures | From | To |