97440d61ba44ac150849e07f99b54a6cc9e8db3b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type futureStateChanges : List<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method private fireStateChanged(newState T, futureStateChange FutureStateChange<T>, stateChangeListeners List<StateChangeListener<T>>) : void in class com.facebook.presto.execution.StateMachine | From | To | |
Rename Variable | 2 | ||
Rename Variable futureStateChanges : ImmutableList<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method public set(newState T) : T in class com.facebook.presto.execution.StateMachine | From | To | |
Rename Variable futureStateChanges : ImmutableList<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method public compareAndSet(expectedState T, newState T) : boolean in class com.facebook.presto.execution.StateMachine | From | To | |
Change Variable Type | 2 | ||
Change Variable Type futureStateChanges : ImmutableList<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method public set(newState T) : T in class com.facebook.presto.execution.StateMachine | From | To | |
Change Variable Type futureStateChanges : ImmutableList<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method public compareAndSet(expectedState T, newState T) : boolean in class com.facebook.presto.execution.StateMachine | From | To | |
Rename Parameter | 1 | ||
Rename Parameter futureStateChanges : List<CompletableFuture<T>> to futureStateChange : FutureStateChange<T> in method private fireStateChanged(newState T, futureStateChange FutureStateChange<T>, stateChangeListeners List<StateChangeListener<T>>) : void in class com.facebook.presto.execution.StateMachine | From | To |