07cdaa4405dd7628669b595a75af14116bb961f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type result : Object to result : ServerCache in method public postProcess(result ServerCache, parent HashJoinPlan) : void in class org.apache.phoenix.execute.HashJoinPlan.SubPlan | From | To | |
Change Parameter Type result : Object to result : ServerCache in method public postProcess(result ServerCache, parent HashJoinPlan) : void in class org.apache.phoenix.execute.HashJoinPlan.HashSubPlan | From | To | |
Change Return Type | 3 | ||
Change Return Type Object to ServerCache in method public execute(parent HashJoinPlan) : ServerCache in class org.apache.phoenix.execute.HashJoinPlan.SubPlan | From | To | |
Change Return Type Object to ServerCache in method public execute(parent HashJoinPlan) : ServerCache in class org.apache.phoenix.execute.HashJoinPlan.WhereClauseSubPlan | From | To | |
Change Return Type Object to ServerCache in method public execute(parent HashJoinPlan) : ServerCache in class org.apache.phoenix.execute.HashJoinPlan.HashSubPlan | From | To | |
Change Variable Type | 2 | ||
Change Variable Type futures : List<Future<Object>> to futures : List<Future<ServerCache>> in method public iterator(scanGrouper ParallelScanGrouper) : ResultIterator in class org.apache.phoenix.execute.HashJoinPlan | From | To | |
Change Variable Type result : Object to result : ServerCache in method public iterator(scanGrouper ParallelScanGrouper) : ResultIterator in class org.apache.phoenix.execute.HashJoinPlan | From | To |