1278c621e72444a71a4b2045b490723a9ab39260
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 3 | ||
| Extract Method private isPossibleStateChange(currentState T) : boolean extracted from public waitForStateChange(currentState T, maxWait Duration) : Duration in class com.facebook.presto.execution.StateMachine | From | To | |
| Extract Method private isPossibleStateChange(currentState T) : boolean extracted from public getStateChange(currentState T) : ListenableFuture<T> in class com.facebook.presto.execution.StateMachine | From | To |