c4430e67feae169f28407be6f292715be018da84
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public ask(message Object, timeout FiniteDuration) : Future<Object> from class org.apache.flink.client.program.ClusterClientTest.TestCancelWithSavepointActorGateway to public ask(message Object, timeout FiniteDuration) : Future<Object> from class org.apache.flink.client.program.ClusterClientTest.TestActorGateway | From | To | |
| Pull Up Method public ask(message Object, timeout FiniteDuration) : Future<Object> from class org.apache.flink.client.program.ClusterClientTest.TestCancelActorGateway to public ask(message Object, timeout FiniteDuration) : Future<Object> from class org.apache.flink.client.program.ClusterClientTest.TestActorGateway | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private messageArrived : boolean from class org.apache.flink.client.program.ClusterClientTest.TestCancelWithSavepointActorGateway to package messageArrived : boolean from class org.apache.flink.client.program.ClusterClientTest.TestActorGateway | From | To | |
| Pull Up Attribute private messageArrived : boolean from class org.apache.flink.client.program.ClusterClientTest.TestCancelActorGateway to package messageArrived : boolean from class org.apache.flink.client.program.ClusterClientTest.TestActorGateway | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.apache.flink.client.program.ClusterClientTest.TestActorGateway from classes [org.apache.flink.client.program.ClusterClientTest.TestCancelActorGateway, org.apache.flink.client.program.ClusterClientTest.TestCancelWithSavepointActorGateway] | From | To |