0993fb8a2bc311e0cb9322a1c548ecde9c09206f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type serviceStarter : MachineStarter to serviceStarter : DockerMachineStarter in method public DockerInternalRuntime(context DockerRuntimeContext, devMachineName String, orderedServices List<String>, dockerEnvironment DockerEnvironment, identity RuntimeIdentity, urlRewriter URLRewriter, contextsStorage ContextsStorage, dockerNetworkLifecycle NetworkLifecycle, serviceStarter DockerMachineStarter, snapshotDao SnapshotDao, dockerRegistryClient DockerRegistryClient, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Parameter Type runtimeFactory : RuntimeFactory to runtimeFactory : DockerRuntimeFactory in method public DockerRuntimeInfrastructure(dockerEnvironmentParser EnvironmentParser, dockerEnvironmentValidator EnvironmentValidator, startStrategy ServicesStartStrategy, infrastructureProvisioner InfrastructureProvisioner, environmentNormalizer EnvironmentNormalizer, environmentParsers Map<String,DockerConfigSourceSpecificEnvironmentParser>, runtimeFactory DockerRuntimeFactory, agentSorter AgentSorter, agentRegistry AgentRegistry, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure | From | To | |
Rename Variable | 1 | ||
Rename Variable resolvedAgent : InternalMachineConfig.ResolvedAgent to agent : AgentImpl in method private startAgents(machineName String, dockerMachine DockerMachine) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Return Type | 4 | ||
Change Return Type Map<String,? extends Machine> to Map<String,? extends DockerMachine> in method public getMachines() : Map<String,? extends DockerMachine> in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime.StartSynchronizer | From | To | |
Change Return Type DockerMachine to void in method private startMachine(name String, containerConfig DockerContainerConfig, startOptions Map<String,String>, isDev boolean) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Return Type List<ResolvedAgent> to List<AgentImpl> in method public getAgents() : List<AgentImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Change Return Type Map<String,? extends Server> to Map<String,ServerImpl> in method public getServers() : Map<String,ServerImpl> in class org.eclipse.che.workspace.infrastructure.docker.DockerMachine | From | To | |
Change Variable Type | 1 | ||
Change Variable Type resolvedAgent : InternalMachineConfig.ResolvedAgent to agent : AgentImpl in method private startAgents(machineName String, dockerMachine DockerMachine) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type serviceStarter : MachineStarter to serviceStarter : DockerMachineStarter in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Attribute Type runtimeFactory : RuntimeFactory to runtimeFactory : DockerRuntimeFactory in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure | From | To | |
Change Attribute Type agents : List<ResolvedAgent> to agents : List<AgentImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To |