ad318b0fa108886a6a30cca9df2bdd4fb7fcb396
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getImageStreamName(repository String) : String renamed to public convertPullSpecToImageStreamName(repository String) : String in class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Rename Method public getContainerName(input String) : String renamed to public convertToContainerName(input String) : String in class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Rename Method public getTagNameFromRepoString(repo String) : String renamed to public convertPullSpecToTagName(repository String) : String in class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Move Method | 1 | ||
Move Method private generateWorkspaceID() : String from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public generateWorkspaceID() : String from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To | |
Rename Variable | 2 | ||
Rename Variable waitcount : int to waitCount : int in method public pull(params PullParams, progressMonitor ProgressMonitor) : void in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Rename Variable newImageStreamName : String to imageStreamTagName : String in method public tag(params TagParams) : void in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable newImageStreamName : String to imageStreamTagName : String in method private createImageStreamTag(sourceImageWithTag String, imageStreamTagName String) : ImageStreamTag in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Extract Method | 3 | ||
Extract Method private createImageStreamTag(sourceImageWithTag String, imageStreamTagName String) : ImageStreamTag extracted from public tag(params TagParams) : void in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Extract Method private getImageInfoFromTag(imageStreamTag ImageStreamTag) : ImageInfo extracted from public inspectImage(params InspectImageParams) : ImageInfo in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Extract Method private getImageInfoFromTag(imageStreamTag ImageStreamTag) : ImageInfo extracted from public inspectContainer(container String) : ContainerInfo in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Rename Parameter | 2 | ||
Rename Parameter container : String to containerId : String in method public inspectContainer(containerId String) : ContainerInfo in class org.eclipse.che.plugin.openshift.client.OpenShiftConnector | From | To | |
Rename Parameter repo : String to repository : String in method public convertPullSpecToTagName(repository String) : String in class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesStringUtils | From | To |