635c869326cc77e4199e4d8ee597aed69ed16cd2
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type listener : ActorGateway to listener : JobStatusListener in method public registerJobStatusListener(listener JobStatusListener) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Parameter Type listener : ActorGateway to listener : ExecutionStatusListener in method public registerExecutionListener(listener ExecutionStatusListener) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Rename Variable | 1 | ||
Rename Variable testActorGateway : TestActorGateway to testListener : TestJobStatusListener in method public testNotRestartedWhenLosingLeadership() : void in class org.apache.flink.runtime.leaderelection.LeaderChangeJobRecoveryTest | From | To | |
Change Return Type | 1 | ||
Change Return Type ActorGateway to JobStatusListener in method public createActivatorDeactivator() : JobStatusListener in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute jobStatusListenerActors : List<ActorGateway> to jobStatusListeners : List<JobStatusListener> in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Rename Attribute executionListenerActors : List<ActorGateway> to executionListeners : List<ExecutionStatusListener> in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Variable Type | 1 | ||
Change Variable Type testActorGateway : TestActorGateway to testListener : TestJobStatusListener in method public testNotRestartedWhenLosingLeadership() : void in class org.apache.flink.runtime.leaderelection.LeaderChangeJobRecoveryTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type jobStatusListenerActors : List<ActorGateway> to jobStatusListeners : List<JobStatusListener> in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Attribute Type jobStatusListener : ActorGateway to jobStatusListener : JobStatusListener in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
Change Attribute Type executionListenerActors : List<ActorGateway> to executionListeners : List<ExecutionStatusListener> in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To |