f604b4d33e53f58ee47f88fb75106438bb8cfa5e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 17
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type String to int in method public getId() : int in class com.facebook.presto.execution.TaskId | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type taskId : long to taskId : int in method private createUser(userId String, splitsPerTask int, taskExecutor TaskExecutor, done AtomicBoolean, tasks Multimap<Integer,SimulationTask>) : ListenableFuture<?> in class com.facebook.presto.execution.TaskExecutorSimulator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type nextTaskId : AtomicLong to nextTaskId : AtomicInteger in class com.facebook.presto.execution.TestSqlTask | From | To |