a346a5f8b7b9bcd6a988144466e7e032aa2ebd76
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type machine : Instance to machine : SshMachineInstance in method private detectArchitecture(machine SshMachineInstance) : String in class org.eclipse.che.plugin.machine.ssh.exec.SshMachineExecAgentLauncher | From | To | |
Change Parameter Type machine : Instance to machine : SshMachineInstance in method public launch(machine SshMachineInstance, agent Agent) : void in class org.eclipse.che.plugin.machine.ssh.exec.SshMachineExecAgentLauncher | From | To | |
Rename Variable | 1 | ||
Rename Variable instanceProcess : SshMachineProcess to machineProcess : SshMachineProcess in method public createProcess(command Command, outputChannel String) : SshMachineProcess in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To | |
Change Return Type | 4 | ||
Change Return Type InstanceProcess to SshMachineProcess in method public createProcess(command Command, outputChannel String) : SshMachineProcess in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To | |
Change Return Type InstanceProcess to SshMachineProcess in method public getProcess(pid int) : SshMachineProcess in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To | |
Change Return Type Instance to SshMachineInstance in method public createInstance(machine Machine, lineConsumer LineConsumer) : SshMachineInstance in class org.eclipse.che.plugin.machine.ssh.SshMachineInstanceProvider | From | To | |
Change Return Type List<InstanceProcess> to List<SshMachineProcess> in method public getProcesses() : List<SshMachineProcess> in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.che.api.agent.SshMachineExecAgentLauncher moved to org.eclipse.che.plugin.machine.ssh.exec.SshMachineExecAgentLauncher | From | To | |
Change Variable Type | 3 | ||
Change Variable Type machineProcess : InstanceProcess to machineProcess : SshMachineProcess in method public getProcess(pid int) : SshMachineProcess in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To | |
Change Variable Type instance : Instance to instance : SshMachineInstance in method public shouldBeAbleToCreateSshMachineInstanceOnMachineCreationFromRecipe() : void in class org.eclipse.che.plugin.machine.ssh.SshMachineInstanceProviderTest | From | To | |
Change Variable Type getUnameOutput : InstanceProcess to getUnameOutput : SshMachineProcess in method private detectArchitecture(machine SshMachineInstance) : String in class org.eclipse.che.plugin.machine.ssh.exec.SshMachineExecAgentLauncher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type machineProcesses : ConcurrentHashMap<Integer,InstanceProcess> to machineProcesses : ConcurrentHashMap<Integer,SshMachineProcess> in class org.eclipse.che.plugin.machine.ssh.SshMachineInstance | From | To |