1cae3e368bdefdc39b91bf9a1554ae6bee1bd504
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public createQueryRunner(extraProperties Map<String,String>, coordinatorProperties Map<String,String>, nodeCount int) : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunner to public buildWithoutCatalogs() : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunnerBuilder | From | To | |
Move And Rename Method public createQueryRunnerWithoutCatalogs(extraProperties Map<String,String>, coordinatorProperties Map<String,String>, nodeCount int) : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunner to public build() : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunnerBuilder | From | To | |
Extract Method | 2 | ||
Extract Method public buildWithoutCatalogs() : DistributedQueryRunner extracted from public createQueryRunnerWithoutCatalogs(extraProperties Map<String,String>, coordinatorProperties Map<String,String>, nodeCount int) : DistributedQueryRunner in class com.facebook.presto.tests.tpch.TpchQueryRunnerBuilder | From | To | |
Extract Method public build() : DistributedQueryRunner extracted from public createQueryRunner(extraProperties Map<String,String>, coordinatorProperties Map<String,String>, nodeCount int) : DistributedQueryRunner in class com.facebook.presto.tests.tpch.TpchQueryRunnerBuilder | From | To |