2395e964ce12aff1509f856895f1982d73101f7e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private calculateRunningTasksForLevel(level int) : int renamed to private getRunningTasksForLevel(level int) : int in class com.facebook.presto.execution.executor.TaskExecutor | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public updatePriority(oldPriority Priority, quantaNanos long, scheduledNanos long) : Priority extracted from public addScheduledNanos(durationNanos long) : Priority in class com.facebook.presto.execution.executor.TaskHandle & moved to class com.facebook.presto.execution.executor.MultilevelSplitQueue | From | To |