40e412ae233046a5f6f38cf86288ab5185d9d194
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.javassist:javassist 3.18.2-GA To 3.19.0-GA |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type promise : Promise<ExecutionState> to promise : CompletableFuture<ExecutionState> in method public notifyTaskExecutionStateChanged(taskExecutionState TaskExecutionState) : void in class org.apache.flink.streaming.runtime.tasks.StreamTaskTest.TestingExecutionStateListener | From | To | |
| Change Variable Type promise : Promise<ExecutionState> to promise : CompletableFuture<ExecutionState> in method package notifyWhenExecutionState(executionState ExecutionState) : Future<ExecutionState> in class org.apache.flink.streaming.runtime.tasks.StreamTaskTest.TestingExecutionStateListener | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type priorityQueue : PriorityQueue<Tuple2<ExecutionState,Promise<ExecutionState>>> to priorityQueue : PriorityQueue<Tuple2<ExecutionState,CompletableFuture<ExecutionState>>> in class org.apache.flink.streaming.runtime.tasks.StreamTaskTest.TestingExecutionStateListener | From | To |