8ed85fe49b7595546a8f968e0faa1fa7d4da47ec
Files Diff
- Added: 15
- Removed: 3
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private postRunCleanup() : void renamed to private onTerminalState(status JobStatus) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Rename Method public fail(t Throwable) : void renamed to public failGlobal(t Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type executionId : ExecutionAttemptID to execution : Execution in method package notifyStateTransition(execution Execution, newState ExecutionState, error Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
Rename Variable | 2 | ||
Rename Variable vertex : ExecutionVertex to exec : Execution in method public testStopRpc() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Rename Variable vertex : ExecutionVertex to eg : ExecutionGraph in method public testStop() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.runtime.executiongraph.ExecutionVertexStopTest renamed to org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type jid : JobVertexID to jid : JobID in method public testStopRpc() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Change Variable Type vertex : ExecutionVertex to eg : ExecutionGraph in method public testStop() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Change Variable Type vertex : ExecutionVertex to exec : Execution in method public testStopRpc() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Change Variable Type jid : JobVertexID to jid : JobID in method public testStop() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphStopTest | From | To | |
Extract Variable | 1 | ||
Extract Variable exec : Execution in method public testSendCancelAndReceiveFail() : void from class org.apache.flink.runtime.executiongraph.ExecutionVertexCancelTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public switchAllVerticesToRunning(eg ExecutionGraph) : void extracted from public testSendCancelAndReceiveFail() : void in class org.apache.flink.runtime.executiongraph.ExecutionVertexCancelTest & moved to class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter executionId : ExecutionAttemptID to execution : Execution in method package notifyStateTransition(execution Execution, newState ExecutionState, error Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To |