2f9eb5194acc2b8f29a6bf0c97a4230811a3db99
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public getNumberOfWaitingForResourceRequests() : CompletableFuture<Integer> from class org.apache.flink.runtime.instance.SlotPool to package getNumberOfWaitingForResourceRequests() : CompletableFuture<Integer> from class org.apache.flink.runtime.instance.SlotPoolRpcTest.TestingSlotPool | From | To | |
Push Down Method public getNumberOfPendingRequests() : CompletableFuture<Integer> from class org.apache.flink.runtime.instance.SlotPool to package getNumberOfPendingRequests() : CompletableFuture<Integer> from class org.apache.flink.runtime.instance.SlotPoolRpcTest.TestingSlotPool | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.apache.flink.runtime.instance.SlotPoolRpcTest.TestingSlotPool from class org.apache.flink.runtime.instance.SlotPool | From | To | |
Rename Variable | 2 | ||
Rename Variable allocationID : AllocationID to allocationId : AllocationID in method public testCancelSlotAllocationWhileSlotFulfilled() : void in class org.apache.flink.runtime.instance.SlotPoolRpcTest | From | To | |
Rename Variable request : PendingRequest to pendingRequest : PendingRequest in method public cancelSlotAllocation(allocationId AllocationID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPool | From | To | |
Change Return Type | 4 | ||
Change Return Type void to CompletableFuture<Acknowledge> in method public cancelSlotAllocation(allocationId AllocationID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPoolGateway | From | To | |
Change Return Type void to CompletableFuture<Acknowledge> in method public cancelSlotAllocation(allocationId AllocationID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPool | From | To | |
Change Return Type void to CompletableFuture<Acknowledge> in method public registerTaskManager(resourceID ResourceID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPool | From | To | |
Change Return Type void to CompletableFuture<Acknowledge> in method public registerTaskManager(resourceID ResourceID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPoolGateway | From | To | |
Change Variable Type | 4 | ||
Change Variable Type pool : SlotPool to pool : TestingSlotPool in method public testCancelSlotAllocationWhileSlotFulfilled() : void in class org.apache.flink.runtime.instance.SlotPoolRpcTest | From | To | |
Change Variable Type pool : SlotPool to pool : TestingSlotPool in method public testProviderAndOwner() : void in class org.apache.flink.runtime.instance.SlotPoolRpcTest | From | To | |
Change Variable Type pool : SlotPool to pool : TestingSlotPool in method public testCancelSlotAllocationWithoutResourceManager() : void in class org.apache.flink.runtime.instance.SlotPoolRpcTest | From | To | |
Change Variable Type pool : SlotPool to pool : TestingSlotPool in method public testCancelSlotAllocationWithResourceManager() : void in class org.apache.flink.runtime.instance.SlotPoolRpcTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter allocationID : AllocationID to allocationId : AllocationID in method public cancelSlotAllocation(allocationId AllocationID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPoolGateway | From | To | |
Rename Parameter allocationID : AllocationID to allocationId : AllocationID in method public cancelSlotAllocation(allocationId AllocationID) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.instance.SlotPool | From | To |