bacdc0a4fcdde708767d0386889e38993597e936
Files Diff
- Added: 17
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type entrypoint : String to entrypoint : String[] in method public withEntrypoint(entrypoint String[]) : ContainerConfig in class org.eclipse.che.plugin.docker.client.json.ContainerConfig | From | To | |
Change Parameter Type entrypoint : String to entrypoint : String[] in method public setEntrypoint(entrypoint String[]) : void in class org.eclipse.che.plugin.docker.client.json.ContainerConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type String to String[] in method public getEntrypoint() : String[] in class org.eclipse.che.plugin.docker.client.json.ContainerConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type entrypoint : String to entrypoint : String[] in class org.eclipse.che.plugin.docker.client.json.ContainerConfig | From | To | |
Extract Method | 3 | ||
Extract Method private toJson(object Object) : String extracted from public listContainers(params ListContainersParams) : List<ContainerListEntry> in class org.eclipse.che.plugin.docker.client.DockerConnector | From | To | |
Extract Method private toJson(object Object) : String extracted from public createExec(params CreateExecParams) : Exec in class org.eclipse.che.plugin.docker.client.DockerConnector | From | To | |
Extract Method private toJson(object Object) : String extracted from private createContainer(params CreateContainerParams, dockerDaemonUri URI) : ContainerCreated in class org.eclipse.che.plugin.docker.client.DockerConnector | From | To |