c8dafb9c6b04f5a50b9ed6b0d033a91aedfc016b
Files Diff
- Added: 45
- Removed: 31
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable agentLaunchers : Multibinder<AgentLauncher> to launchers : Multibinder<AgentLauncher> in method protected configure() : void in class org.eclipse.che.api.deploy.WsMasterModule | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.che.api.agent.server.impl.LocalAgentRegistryImpl renamed to org.eclipse.che.api.agent.server.impl.AgentRegistryImpl | From | To | |
Move And Rename Class | 5 | ||
Move And Rename Class org.eclipse.che.plugin.machine.ssh.SshMachineImplTerminalLauncher moved and renamed to org.eclipse.che.api.agent.SshMachineExecAgentLauncher | From | To | |
Move And Rename Class org.eclipse.che.api.workspace.server.launcher.SshAgentLauncherImpl moved and renamed to org.eclipse.che.api.agent.SshAgentLauncher | From | To | |
Move And Rename Class org.eclipse.che.api.workspace.server.launcher.WsAgentLauncherImpl moved and renamed to org.eclipse.che.api.agent.WsAgentLauncher | From | To | |
Move And Rename Class org.eclipse.che.api.workspace.server.launcher.WsAgentLauncherImplTest moved and renamed to org.eclipse.che.api.agent.WsAgentLauncherTest | From | To | |
Move And Rename Class org.eclipse.che.api.workspace.server.launcher.TerminalAgentLauncherImpl moved and renamed to org.eclipse.che.api.agent.ExecAgentLauncher | From | To | |
Move Class | 2 | ||
Move Class org.eclipse.che.api.agent.server.model.impl.AgentKeyImpl moved to org.eclipse.che.api.agent.shared.model.impl.AgentKeyImpl | From | To | |
Move Class org.eclipse.che.api.agent.server.model.impl.AgentImpl moved to org.eclipse.che.api.agent.shared.model.impl.AgentImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type agents : Map<String,Agent> to agents : Map<AgentKey,Agent> in class org.eclipse.che.api.agent.server.impl.AgentRegistryImpl | From | To | |
Change Attribute Type wsAgentLauncher : WsAgentLauncherImpl to wsAgentLauncher : WsAgentLauncher in class org.eclipse.che.api.agent.WsAgentLauncherTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to id : String in method public AgentKeyImpl(id String) in class org.eclipse.che.api.agent.shared.model.impl.AgentKeyImpl | From | To |