b6a056fa22e1dade9abf37ee8b1f3f7319135632
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private normalizeContainerID(containerID String) : String from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public normalizeContainerID(containerID String) : String from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Move Method private getLabelFromContainerID(containerID String) : String from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public getLabelFromContainerID(containerID String) : String from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable p : Pod to pod : Pod in method private waitAndRetrieveContainerID(deploymentName String) : String in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Move Attribute | 1 | ||
Move Attribute private DOCKER_PREFIX : String from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to private DOCKER_PREFIX : String from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pods : PodList to pods : List<Pod> in method private waitAndRetrieveContainerID(deploymentName String) : String in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To |