d4ce5b5350278f473d8eb3b8f68d9597635dd58c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public configure(binder Binder) : void renamed to protected setup(binder Binder) : void in class com.facebook.presto.server.CoordinatorModule | From | To | |
Rename Method public installModuleIf(config Class<T>, predicate Predicate<T>, module Module) : Module renamed to public conditionalModule(config Class<T>, predicate Predicate<T>, module Module) : ConfigurationAwareModule in class com.facebook.presto.server.ConditionalModule | From | To | |
Move Method | 1 | ||
Move Method private createQueryRunner() : DistributedQueryRunner from class com.facebook.presto.tests.TestDistributedQueriesNoHashGeneration to public createQueryRunner(extraProperties Map<String,String>, coordinatorProperties Map<String,String>) : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunner | From | To | |
Change Return Type | 1 | ||
Change Return Type Module to ConfigurationAwareModule in method public conditionalModule(config Class<T>, predicate Predicate<T>, module Module) : ConfigurationAwareModule in class com.facebook.presto.server.ConditionalModule | From | To | |
Extract Method | 1 | ||
Extract Method public createQueryRunner(extraProperties Map<String,String>, coordinatorProperties Map<String,String>) : DistributedQueryRunner extracted from public createQueryRunner(extraProperties Map<String,String>) : DistributedQueryRunner in class com.facebook.presto.tests.tpch.TpchQueryRunner | From | To |