72fc9581a185114a5d374d2d238769e1e209537b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 76
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public call() : Void renamed to public run() : void in class com.facebook.presto.sql.gen.TestExpressionCompiler.AssertExecuteTask | From | To | |
| Rename Method public call() : Void renamed to public run() : void in class com.facebook.presto.sql.gen.TestExpressionCompiler.AssertFilterTask | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Void to void in method public run() : void in class com.facebook.presto.sql.gen.TestExpressionCompiler.AssertFilterTask | From | To | |
| Change Return Type Void to void in method public run() : void in class com.facebook.presto.sql.gen.TestExpressionCompiler.AssertExecuteTask | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type futures : List<ListenableFuture<Void>> to futures : List<ListenableFuture<?>> in class com.facebook.presto.sql.gen.TestExpressionCompiler | From | To | |
| Extract Method | 1 | ||
| Extract Method private propagate(throwable Throwable) : RuntimeException extracted from private bindInstanceFactory(method MethodHandle, implementation ScalarFunctionImplementation) : MethodHandle in class com.facebook.presto.sql.FunctionInvoker | From | To |