acb69ffc510412dce1856f067479d704b0fa0980
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public waitAsync(name String, predicate Predicate<Pod>) : CompletableFuture<Void> renamed to public waitRunningAsync(name String) : CompletableFuture<Void> in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.KubernetesPods | From | To | |
Extract Method | 2 | ||
Extract Method private handleStartingPodStatus(podRunningFuture CompletableFuture<Void>, pod Pod) : void extracted from public waitAsync(name String, predicate Predicate<Pod>) : CompletableFuture<Void> in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.KubernetesPods | From | To |