10eb93a436985c7a93bbdeb3990f705a51f1b969
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getAgentScripts() : List<String> renamed to public getAgents() : List<ResolvedAgent> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type agentRegistry : URL to agentRegistry : AgentRegistry in method public RuntimeContext(environment Environment, identity RuntimeIdentity, infrastructure RuntimeInfrastructure, agentSorter AgentSorter, agentRegistry AgentRegistry) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Rename Variable | 1 | ||
Rename Variable agent : String to resolvedAgent : InternalMachineConfig.ResolvedAgent in method private startAgents(machineName String, dockerMachine DockerMachine) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeContext | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<ResolvedAgent> in method public getAgents() : List<ResolvedAgent> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type agent : String to resolvedAgent : InternalMachineConfig.ResolvedAgent in method private startAgents(machineName String, dockerMachine DockerMachine) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type agents : List<String> to agents : List<ResolvedAgent> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Inline Variable | 1 | ||
Inline Variable agents : List<String> in method private startAgents(machineName String, dockerMachine DockerMachine) : void from class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeContext | From | To |