|
Change Parameter Type machine : Machine to machine : MachineEntity in method public executeCommand(command Command, machine MachineEntity) : void in class org.eclipse.che.ide.api.command.CommandExecutor |
From |
To |
|
Change Parameter Type dto : NewProjectConfigDto to dto : ProjectConfigDto in method public NewProjectConfigImpl(dto ProjectConfigDto) in class org.eclipse.che.ide.api.project.NewProjectConfigImpl |
From |
To |
|
Change Parameter Type machines : List<Machine> to machines : List<MachineEntity> in method private setHosts(machines List<MachineEntity>) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Parameter Type machines : List<? extends Machine> to machines : List<MachineEntity> in method public setMachines(machines List<MachineEntity>) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserView |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public ProcessStartedEvent(processID int, machine MachineEntity) in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public CommandOutputConsolePresenter(view OutputConsoleView, resources MachineResources, commandExecutor CommandExecutor, macroProcessor MacroProcessor, eventBus EventBus, execAgentCommandManager ExecAgentCommandManager, command CommandImpl, machine MachineEntity) in class org.eclipse.che.ide.console.CommandOutputConsolePresenter |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public MachineItem(command CommandImpl, machine MachineEntity) in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method private addProcessToList(pid int, machine MachineEntity) : void in class org.eclipse.che.ide.command.toolbar.processes.ProcessesListPresenter |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public CommandProducerAction(name String, commandProducer CommandProducer, machine MachineEntity, commandExecutor CommandExecutor) in class org.eclipse.che.ide.command.producer.CommandProducerAction |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public onCommandExecute(command CommandImpl, machine MachineEntity) : void in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandPresenter |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public onMachineSelected(machine MachineEntity) : void in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public ProcessImpl(commandName String, commandLine String, pid int, alive boolean, machine MachineEntity) in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public executeCommand(command Command, machine MachineEntity) : void in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public onMachineSelected(machine MachineEntity) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserView.ActionDelegate |
From |
To |
|
Change Parameter Type machine : Machine to machine : MachineEntity in method public onCommandExecute(command CommandImpl, machine MachineEntity) : void in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandView.ActionDelegate |
From |
To |
|
Change Parameter Type machines : List<? extends Machine> to machines : List<MachineEntity> in method public setMachines(machines List<MachineEntity>) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |
|
Change Return Type List<Machine> to List<MachineEntity> in method private getMachines() : List<MachineEntity> in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Return Type Machine to MachineEntity in method public getMachine() : MachineEntity in class org.eclipse.che.ide.command.toolbar.processes.Process |
From |
To |
|
Change Return Type Machine to MachineEntity in method private getSelectedMachine() : MachineEntity in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Return Type Machine to MachineEntity in method public getMachine() : MachineEntity in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Return Type Machine to MachineEntity in method public getMachine() : MachineEntity in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Return Type Machine to MachineEntity in method public getMachine() : MachineEntity in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Return Type Promise<Machine> to Promise<MachineEntity> in method public show() : Promise<MachineEntity> in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Variable Type selectedMachine : Machine to selectedMachine : MachineEntity in method private addHandlers() : void in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |
|
Change Variable Type workspaceRuntime : Runtime to workspaceRuntime : ActiveRuntime in method private getMachines() : List<MachineEntity> in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : Machine to machine : MachineEntity in method package runTestsAfterCompilation(projectPath String, testFramework String, parameters Map<String,String>, statusNotification StatusNotification, compileCommand Promise<CommandImpl>) : Promise<TestResult> in class org.eclipse.che.plugin.testing.ide.TestServiceClient |
From |
To |
|
Change Variable Type machine : Machine to machine : MachineEntity in method public onDownloadWorkspaceOutput(event DownloadWorkspaceOutputEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machines : Map<String,? extends Machine> to machines : List<MachineEntity> in method public show() : Promise<MachineEntity> in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Variable Type machine : Machine to machine : MachineEntity in method public onPreviewSsh(machineId String) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type devMachine : Machine to devMachine : MachineEntity in method public onDownloadWorkspaceOutput(event DownloadWorkspaceOutputEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type workspace : Workspace to appContext : AppContext in method private getMachines() : List<MachineEntity> in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : Machine to machine : MachineEntity in method private setHosts(machines List<MachineEntity>) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Variable Type machines : List<Machine> to machines : List<MachineEntity> in method public go(container AcceptsOneWidget) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Variable Type selectedMachine : Machine to selectedMachine : MachineEntity in method public executeCommand(command CommandImpl) : void in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Attribute Type machine : Machine to machine : MachineEntity in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Attribute Type machine : Machine to machine : MachineEntity in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Attribute Type resolveFunction : ResolveFunction<Machine> to resolveFunction : ResolveFunction<MachineEntity> in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Attribute Type machine : Machine to machine : MachineEntity in class org.eclipse.che.ide.command.producer.CommandProducerAction |
From |
To |
|
Change Attribute Type machine : Machine to machine : MachineEntity in class org.eclipse.che.ide.console.CommandOutputConsolePresenter |
From |
To |
|
Change Attribute Type machine : Machine to machine : MachineEntity in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Attribute Type machinesById : Map<String,Machine> to machinesById : Map<String,MachineEntity> in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |