6a62f1455313ee8fae0ff79945da61fb67ec8edb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 46
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testGetRedirectAddressWithLocalAkkaPath() : void renamed to public testGetRedirectAddressWithLocalEqualsRemoteRESTAddress() : void in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtilsTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable redirectingAddress : Optional<CompletableFuture<String>> to redirectingAddressFuture : CompletableFuture<Optional<String>> in method public testGetRedirectAddressWithLocalEqualsRemoteRESTAddress() : void in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtilsTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<CompletableFuture<String>> to CompletableFuture<Optional<String>> in method public getRedirectAddress(localRestAddress String, restfulGateway RestfulGateway, timeout Time) : CompletableFuture<Optional<String>> in class org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute localJobManagerAddress : String to localRestAddress : String in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtilsTest | From | To | |
| Rename Attribute jobManagerAddressFuture : CompletableFuture<String> to localRestAddress : CompletableFuture<String> in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type optRedirectingAddress : Optional<CompletableFuture<String>> to optRedirectingAddress : CompletableFuture<Optional<String>> in method public testGetRedirectAddressWithRemoteAkkaPath() : void in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtilsTest | From | To | |
| Change Variable Type redirectingAddress : Optional<CompletableFuture<String>> to redirectingAddressFuture : CompletableFuture<Optional<String>> in method public testGetRedirectAddressWithLocalEqualsRemoteRESTAddress() : void in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtilsTest | From | To | |
| Extract Variable | 4 | ||
| Extract Variable configuration : Configuration in method public testNoCopyFromJar() : void from class org.apache.flink.runtime.webmonitor.WebRuntimeMonitorITCase | From | To | |
| Extract Variable inetAddress : InetAddress in method public WebFrontendBootstrap(router Router, log Logger, directory File, sslContext SSLContext, configuredAddress String, configuredPort int, config Configuration) from class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap | From | To | |
| Extract Variable configuration : Configuration in method public testStandaloneWebRuntimeMonitor() : void from class org.apache.flink.runtime.webmonitor.WebRuntimeMonitorITCase | From | To | |
| Extract Variable configuration : Configuration in method public testNoEscape() : void from class org.apache.flink.runtime.webmonitor.WebRuntimeMonitorITCase | From | To | |
| Extract Method | 1 | ||
| Extract Method public getFromHTTP(url String, timeout Time) : String extracted from public getFromHTTP(url String) : String in class org.apache.flink.test.util.TestBaseUtils | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter localJobManagerAddress : String to localRestAddress : String in method public getRedirectAddress(localRestAddress String, restfulGateway RestfulGateway, timeout Time) : CompletableFuture<Optional<String>> in class org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils | From | To |