8f9dbeca8bbb8f74bc17410b2f39903ea1f95af1
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public jobFailed(result JobResult) : void renamed to public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.jobmanager.OnCompletionActions | From | To | |
Rename Method public jobFailed(result JobResult) : void renamed to public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.minicluster.MiniClusterJobDispatcher.DetachedFinalizer | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type result : JobResult to executionGraph : ArchivedExecutionGraph in method public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.jobmanager.OnCompletionActions | From | To | |
Change Parameter Type result : JobResult to executionGraph : ArchivedExecutionGraph in method public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.minicluster.MiniClusterJobDispatcher.DetachedFinalizer | From | To | |
Extract Variable | 1 | ||
Extract Variable serializedValue : SerializedValue<Object> in method public getAccumulatorsSerialized() : Map<String,SerializedValue<Object>> from class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createFrom(executionGraph ExecutionGraph) : ArchivedExecutionGraph extracted from private jobStatusChanged(newJobStatus JobStatus, timestamp long, error Throwable) : void in class org.apache.flink.runtime.jobmaster.JobMaster & moved to class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph | From | To | |
Rename Parameter | 2 | ||
Rename Parameter result : JobResult to executionGraph : ArchivedExecutionGraph in method public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.jobmanager.OnCompletionActions | From | To | |
Rename Parameter result : JobResult to executionGraph : ArchivedExecutionGraph in method public jobReachedGloballyTerminalState(executionGraph ArchivedExecutionGraph) : void in class org.apache.flink.runtime.minicluster.MiniClusterJobDispatcher.DetachedFinalizer | From | To |