2769578322daf827b72779a8846a00b65e286dc8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private shortestCycle(graph DirectedGraph<String,DefaultEdge>) : List<String> from class com.facebook.presto.execution.SqlQueryQueueManager to private shortestCycle(graph DirectedGraph<String,DefaultEdge>) : List<String> from class com.facebook.presto.execution.QueryQueueRuleFactory | From | To | |
| Move Method private checkIsDAG(rules List<QueryQueueRule>) : void from class com.facebook.presto.execution.SqlQueryQueueManager to private checkIsDAG(rules List<QueryQueueRule>) : void from class com.facebook.presto.execution.QueryQueueRuleFactory | From | To | |
| Extract Class | 1 | ||
| Extract Class com.facebook.presto.execution.QueryQueueRuleFactory from class com.facebook.presto.execution.SqlQueryQueueManager | From | To | |
| Move Class | 3 | ||
| Move Class com.facebook.presto.execution.SqlQueryQueueManager.QueueSpec moved to com.facebook.presto.execution.QueryQueueRuleFactory.QueueSpec | From | To | |
| Move Class com.facebook.presto.execution.SqlQueryQueueManager.RuleSpec moved to com.facebook.presto.execution.QueryQueueRuleFactory.RuleSpec | From | To | |
| Move Class com.facebook.presto.execution.SqlQueryQueueManager.ManagerSpec moved to com.facebook.presto.execution.QueryQueueRuleFactory.ManagerSpec | From | To |