5d958bced9a97f4c726d54562afe6c6fbb2519ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable invalidAddress : String to taskExecutorAddress : String in method private registerTaskExecutor(resourceManagerGateway ResourceManagerGateway, taskExecutorAddress String) : CompletableFuture<RegistrationResponse> in class org.apache.flink.runtime.resourcemanager.ResourceManagerTaskExecutorTest | From | To | |
Extract Method | 4 | ||
Extract Method private registerTaskExecutor(resourceManagerGateway ResourceManagerGateway, taskExecutorAddress String) : CompletableFuture<RegistrationResponse> extracted from public testRegisterTaskExecutor() : void in class org.apache.flink.runtime.resourcemanager.ResourceManagerTaskExecutorTest | From | To | |
Extract Method private registerTaskExecutor(resourceManagerGateway ResourceManagerGateway, taskExecutorAddress String) : CompletableFuture<RegistrationResponse> extracted from public testRegisterTaskExecutorFromInvalidAddress() : void in class org.apache.flink.runtime.resourcemanager.ResourceManagerTaskExecutorTest | From | To | |
Extract Method private registerTaskExecutor(resourceManagerGateway ResourceManagerGateway, taskExecutorAddress String) : CompletableFuture<RegistrationResponse> extracted from public testRegisterTaskExecutorWithUnmatchedLeaderSessionId() : void in class org.apache.flink.runtime.resourcemanager.ResourceManagerTaskExecutorTest | From | To |