efd7336fa693a9f82b9ecfb5d81c0ef747ab7801
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getEndpointBindPort() : int renamed to public getRestBindPort() : int in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration | From | To | |
Rename Method public getEndpointBindAddress() : String renamed to public getRestBindAddress() : String in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration | From | To | |
Rename Method public getRestAddress() : String renamed to public getRestBaseUrl() : String in class org.apache.flink.runtime.rest.RestServerEndpoint | From | To | |
Rename Variable | 2 | ||
Rename Variable address : String to restBindAddress : String in method public fromConfiguration(config Configuration) : RestServerEndpointConfiguration in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration | From | To | |
Rename Variable address : String to advertisedAddress : String in method public start() : void in class org.apache.flink.runtime.rest.RestServerEndpoint | From | To | |
Rename Attribute | 2 | ||
Rename Attribute configuredPort : int to restBindPort : int in class org.apache.flink.runtime.rest.RestServerEndpoint | From | To | |
Rename Attribute configuredAddress : String to restBindAddress : String in class org.apache.flink.runtime.rest.RestServerEndpoint | From | To |