bd8ea811a0595ccc9f84e8278b14bbf40df7f27a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private updateTaskInfo(newValue TaskInfo, sources List<TaskSource>) : void renamed to private processTaskUpdate(newValue TaskInfo, sources List<TaskSource>) : void in class com.facebook.presto.server.remotetask.HttpRemoteTask | From | To | |
| Extract Method | 1 | ||
| Extract Method private updateTaskInfo(taskInfo TaskInfo) : void extracted from private updateTaskInfo(newValue TaskInfo, sources List<TaskSource>) : void in class com.facebook.presto.server.remotetask.HttpRemoteTask | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter newValue : TaskInfo to taskInfo : TaskInfo in method private updateTaskInfo(taskInfo TaskInfo) : void in class com.facebook.presto.server.remotetask.HttpRemoteTask | From | To |