d77dfa137254e21e78c7ae22ae80041afce1aa9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private isPlanNodeStatsKnown(node PlanNode) : boolean renamed to private isKnownPlanNodeStatsOrCost(node PlanNode) : boolean in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor | From | To | |
Rename Method private printPlanNodesStats(indent int, nodes PlanNode...) : void renamed to private printPlanNodesStatsAndCost(indent int, nodes PlanNode...) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor | From | To | |
Rename Variable | 1 | ||
Rename Variable formattedStats : String to formattedStatsAndCost : String in method private printPlanNodesStatsAndCost(indent int, nodes PlanNode...) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor | From | To |