fd3c30f0efd09435c010f5fab52495554242ab52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private clearWaiters() : Waiter renamed to private releaseWaiters() : void in class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Rename Method private completeWithFuture(future ListenableFuture<? extends V>, expected Object) : boolean renamed to private getFutureValue(future ListenableFuture<?>) : Object in class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Change Return Type | 2 | ||
| Change Return Type boolean to Object in method private getFutureValue(future ListenableFuture<?>) : Object in class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Change Return Type Waiter to void in method private releaseWaiters() : void in class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type task : Callable<?> to task : Runnable in method public testSetFutureCancelBash() : void in class com.google.common.util.concurrent.AbstractFutureTest | From | To | |
| Change Variable Type v : V to v : Object in method private getFutureValue(future ListenableFuture<?>) : Object in class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Change Variable Type allTasks : List<Callable<?>> to allTasks : List<Runnable> in method public testSetFutureCancelBash() : void in class com.google.common.util.concurrent.AbstractFutureTest | From | To | |
| Extract Variable | 3 | ||
| Extract Variable rValue : boolean in method public cancel(mayInterruptIfRunning boolean) : boolean from class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Extract Variable abstractFuture : AbstractFuture<?> in method public cancel(mayInterruptIfRunning boolean) : boolean from class com.google.common.util.concurrent.AbstractFuture | From | To | |
| Extract Variable size : int in method public testSetFutureCancelBash() : void from class com.google.common.util.concurrent.AbstractFutureTest | From | To |