cf1478062f646ec0d7e1d96f8ab52e7194b50ce8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 11 | ||
Rename Method package wasInterrupted() : boolean renamed to package isDone() : boolean in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleTask | From | To | |
Rename Method package abstract wasInterrupted() : boolean renamed to package abstract isDone() : boolean in class com.google.common.util.concurrent.InterruptibleTask | From | To | |
Rename Method package wasInterrupted() : boolean renamed to package isDone() : boolean in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask | From | To | |
Rename Method package runInterruptibly() : void renamed to package afterRanInterruptibly(result T, error Throwable) : void in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask | From | To | |
Rename Method package wasInterrupted() : boolean renamed to package isDone() : boolean in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask | From | To | |
Change Return Type | 4 | ||
Change Return Type void to T in method package abstract runInterruptibly() : T in class com.google.common.util.concurrent.InterruptibleTask | From | To | |
Change Return Type void to ListenableFuture<V> in method package runInterruptibly() : ListenableFuture<V> in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask | From | To | |
Change Return Type void to V in method package runInterruptibly() : V in class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleTask | From | To | |
Change Return Type void to V in method package abstract runInterruptibly() : V in class com.google.common.util.concurrent.InterruptibleTask | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable e : ExecutionException to error : Throwable in method package afterRanInterruptibly(result T, error Throwable) : void in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask | From | To | |
Extract Variable | 2 | ||
Extract Variable currentThread : Thread in method public run() : void from class com.google.common.util.concurrent.InterruptibleTask | From | To | |
Change Variable Type | 4 | ||
Change Variable Type e : ExecutionException to error : Throwable in method package afterRanInterruptibly(result T, error Throwable) : void in class com.google.common.util.concurrent.CombinedFuture.CombinedFutureInterruptibleTask | From | To | |
Change Variable Type currentRunner : Thread to currentRunner : Runnable in method package interruptTask() : void in class com.google.common.util.concurrent.InterruptibleTask | From | To | |
Inline Variable | 2 | ||
Inline Variable result : ListenableFuture<V> in method package runInterruptibly() : void from class com.google.common.util.concurrent.TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask | From | To |