06922753a55dc322b96919ebb407d531e2b79d3e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type configuration : RestClusterClientConfiguration to configuration : Configuration in method package RestClusterClient(configuration Configuration, waitStrategy WaitStrategy) in class org.apache.flink.client.program.rest.RestClusterClient | From | To | |
Replace Variable With Attribute | 4 | ||
Replace Variable With Attribute rcc : RestClusterClient to restClusterClient : RestClusterClient in method public testListJobs() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Replace Variable With Attribute rcc : RestClusterClient to restClusterClient : RestClusterClient in method public testJobSubmitCancelStop() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Replace Variable With Attribute configuration : RestClusterClientConfiguration to restClusterClientConfiguration : RestClusterClientConfiguration in method package RestClusterClient(configuration Configuration, waitStrategy WaitStrategy) in class org.apache.flink.client.program.rest.RestClusterClient | From | To | |
Replace Variable With Attribute rcc : RestClusterClient to restClusterClient : RestClusterClient in method public testTriggerSavepoint() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute restAddress : String to REST_ADDRESS : String in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Extract Method | 3 | ||
Extract Method private createRestServerEndpoint(abstractRestHandlers AbstractRestHandler<?,?,?,?>...) : TestRestServerEndpoint extracted from public testTriggerSavepoint() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Extract Method private createRestServerEndpoint(abstractRestHandlers AbstractRestHandler<?,?,?,?>...) : TestRestServerEndpoint extracted from public testListJobs() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Extract Method private createRestServerEndpoint(abstractRestHandlers AbstractRestHandler<?,?,?,?>...) : TestRestServerEndpoint extracted from public testJobSubmitCancelStop() : void in class org.apache.flink.client.program.rest.RestClusterClientTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter config : Configuration to configuration : Configuration in method package RestClusterClient(configuration Configuration, waitStrategy WaitStrategy) in class org.apache.flink.client.program.rest.RestClusterClient | From | To |