832b4bde6164f976a10cff609736e07dd1d55561
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 4 | ||
| Parameterize Variable secondEnqueuePage : ListenableFuture<?> to future : Future<?> in method private assertFutureIsDone(future Future<?>) : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Parameterize Variable firstEnqueuePage : ListenableFuture<?> to future : Future<?> in method private assertFutureIsDone(future Future<?>) : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type secondEnqueuePage : ListenableFuture<?> to future : Future<?> in method private assertFutureIsDone(future Future<?>) : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Change Variable Type firstEnqueuePage : ListenableFuture<?> to future : Future<?> in method private assertFutureIsDone(future Future<?>) : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Extract Method | 9 | ||
| Extract Method private assertFutureIsDone(future Future<?>) : void extracted from public testDeqeueueOnAcknowledgement() : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Extract Method private assertFutureIsDone(future Future<?>) : void extracted from public testDestroyFreesWriter() : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Extract Method private assertFutureIsDone(future Future<?>) : void extracted from public testSimplePartitioned() : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Extract Method private assertFutureIsDone(future Future<?>) : void extracted from public testSimple() : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To | |
| Extract Method private assertFutureIsDone(future Future<?>) : void extracted from public testFinishFreesWriter() : void in class com.facebook.presto.execution.buffer.TestSharedOutputBuffer | From | To |