4e41d621c3f413eb31da2d31b6c9d9713cd851f6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testCancellingADelegateDoesNotPropagate() : void renamed to public testCancellingADelegatePropagates() : void in class com.google.common.util.concurrent.FuturesTest | From | To | |
Rename Method public testCancellingADelegateDoesNotPropagate() : void renamed to public testCancellingAllDelegatesIsNotQuadratic() : void in class com.google.common.util.concurrent.FuturesTest_gwt | From | To | |
Change Variable Type | 4 | ||
Change Variable Type delegatesBuilder : ImmutableList.Builder<SettableFuture<T>> to delegatesBuilder : ImmutableList.Builder<AbstractFuture<T>> in method public inCompletionOrder(futures Iterable<? extends ListenableFuture<? extends T>>) : ImmutableList<ListenableFuture<T>> in class com.google.common.util.concurrent.Futures | From | To | |
Change Variable Type delegates : ImmutableList<SettableFuture<T>> to delegates : ImmutableList<AbstractFuture<T>> in method public inCompletionOrder(futures Iterable<? extends ListenableFuture<? extends T>>) : ImmutableList<ListenableFuture<T>> in class com.google.common.util.concurrent.Futures | From | To |