f119b9881e525bfd744e9f0bb2a677f40bc7adde
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 50
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ruleStore : RuleStore to matchingEngine : MatchingEngine in method public test() : void in class com.facebook.presto.sql.planner.iterative.TestMatchingEngine | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.sql.planner.iterative.TestRuleStore renamed to com.facebook.presto.sql.planner.iterative.TestMatchingEngine | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ruleStore : RuleStore to matchingEngine : MatchingEngine in method public test() : void in class com.facebook.presto.sql.planner.iterative.TestMatchingEngine | From | To | |
Extract Interface | 1 | ||
Extract Interface com.facebook.presto.matching.Matchable from classes [com.facebook.presto.sql.planner.iterative.Rule] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ruleStore : RuleStore to ruleStore : MatchingEngine<Rule> in class com.facebook.presto.sql.planner.iterative.IterativeOptimizer | From | To |