5a6f65cfc69dcc647f1c74c89900905e2426b811
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable groupFuture : CompletableFuture<?> to shutDownFuture : CompletableFuture<Void> in method public shutdown(timeout Time) : void in class org.apache.flink.runtime.rest.RestClient | From | To | |
Change Variable Type | 1 | ||
Change Variable Type groupFuture : CompletableFuture<?> to shutDownFuture : CompletableFuture<Void> in method public shutdown(timeout Time) : void in class org.apache.flink.runtime.rest.RestClient | From | To | |
Extract Method | 1 | ||
Extract Method private shutdownInternally(timeout Time) : CompletableFuture<Void> extracted from public shutdown(timeout Time) : void in class org.apache.flink.runtime.rest.RestClient | From | To |