826d51d5c4e2501bf1681d0809693576140876bd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable testEndpoint : TestEndpoint to rpcEndpoint : RpcEndpoint in method private runScheduleWithDelayTest(factory RpcEndpointFactory) : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To | |
Rename Variable testEndpoint : TestEndpoint to rpcEndpoint : RpcEndpoint in method private runScheduleWithNoDelayTest(factory RpcEndpointFactory) : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type testEndpoint : TestEndpoint to rpcEndpoint : RpcEndpoint in method private runScheduleWithDelayTest(factory RpcEndpointFactory) : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To | |
Change Variable Type testEndpoint : TestEndpoint to rpcEndpoint : RpcEndpoint in method private runScheduleWithNoDelayTest(factory RpcEndpointFactory) : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type concurrentAccess : boolean to concurrentAccess : AtomicBoolean in class org.apache.flink.runtime.rpc.AsyncCallsTest.TestEndpoint | From | To | |
Extract Method | 2 | ||
Extract Method private runScheduleWithNoDelayTest(factory RpcEndpointFactory) : void extracted from public testScheduleWithNoDelay() : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To | |
Extract Method private runScheduleWithDelayTest(factory RpcEndpointFactory) : void extracted from public testScheduleWithDelay() : void in class org.apache.flink.runtime.rpc.AsyncCallsTest | From | To |