0aa802d758577462c45bf91a1ea547e37b5a86f1
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setRepository(repository String) : void renamed to public setRepoTags(repoTags String[]) : void in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Rename Method public getRepository() : String renamed to public getRepoTags() : String[] in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type repository : String to repoTags : String[] in method public setRepoTags(repoTags String[]) : void in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Inline Method | 2 | ||
| Inline Method package generateContainerName(workspaceId String, displayName String) : String inlined to public createInstance(recipe Recipe, machine Machine, creationLogsOutput LineConsumer) : Instance in class org.eclipse.che.plugin.docker.machine.DockerInstanceProvider | From | To | |
| Inline Method package generateContainerName(workspaceId String, displayName String) : String inlined to public createInstance(instanceKey InstanceKey, machine Machine, creationLogsOutput LineConsumer) : Instance in class org.eclipse.che.plugin.docker.machine.DockerInstanceProvider | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to String[] in method public getRepoTags() : String[] in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute private USER_NAME : String in class org.eclipse.che.plugin.docker.machine.DockerInstanceProviderTest | From | To | |
| Extract Attribute private MACHINE_ID : String in class org.eclipse.che.plugin.docker.machine.DockerInstanceProviderTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute DISPLAY_NAME : String to MACHINE_NAME : String in class org.eclipse.che.plugin.docker.machine.DockerInstanceProviderTest | From | To | |
| Rename Attribute repository : String to repoTags : String[] in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type repository : String to repoTags : String[] in class org.eclipse.che.plugin.docker.client.json.Image | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter repository : String to repoTags : String[] in method public setRepoTags(repoTags String[]) : void in class org.eclipse.che.plugin.docker.client.json.Image | From | To |