7b4ca22758824f52f529d2769c52acaed9603c4f
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method private signalIfFinishing() : void extracted from public finish() : void in class com.facebook.presto.hive.util.AsyncQueue | From | To | |
| Extract Method public borrowBatchAsync(maxSize int, function Function<List<T>,BorrowResult<T,O>>) : ListenableFuture<O> extracted from public getBatchAsync(maxSize int) : ListenableFuture<List<T>> in class com.facebook.presto.hive.util.AsyncQueue | From | To |