|
Change Parameter Type factory : FactoryDto to factory : FactoryImpl in method public FactoryAcceptedEvent(factory FactoryImpl) in class org.eclipse.che.ide.api.factory.FactoryAcceptedEvent |
From |
To |
|
Change Parameter Type factory : FactoryDto to factory : FactoryImpl in method private startImporting(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Parameter Type machines : List<MachineEntity> to machines : List<? extends MachineImpl> in method public setMachines(machines List<? extends MachineImpl>) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserView |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public onMachineSelected(machine MachineImpl) : void in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method private provideMachineNode(machine MachineImpl, replace boolean) : ProcessTreeNode in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public CommandOutputConsolePresenter(view OutputConsoleView, resources MachineResources, commandExecutor CommandExecutor, macroProcessor MacroProcessor, eventBus EventBus, execAgentCommandManager ExecAgentCommandManager, command CommandImpl, machine MachineImpl) in class org.eclipse.che.ide.console.CommandOutputConsolePresenter |
From |
To |
|
Change Parameter Type event : MachineStateEvent to event : MachineRunningEvent in method public onMachineRunning(event MachineRunningEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Parameter Type machines : List<MachineEntity> to machines : List<? extends MachineImpl> in method public setMachines(machines List<? extends MachineImpl>) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public executeCommand(command Command, machine MachineImpl) : void in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public onCommandExecute(command CommandImpl, machine MachineImpl) : void in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandPresenter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method private addProcessToList(pid int, machine MachineImpl) : void in class org.eclipse.che.ide.command.toolbar.processes.ProcessesListPresenter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public TerminalPresenter(view TerminalView, notificationManager NotificationManager, locale CoreLocalizationConstant, machine MachineImpl, source Object, terminalHolder TerminalInitializePromiseHolder, moduleHolder ModuleHolder) in class org.eclipse.che.ide.terminal.TerminalPresenter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method private restoreState(machine MachineImpl) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public onCommandExecute(command CommandImpl, machine MachineImpl) : void in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandView.ActionDelegate |
From |
To |
|
Change Parameter Type factory : FactoryDto to factory : FactoryImpl in method private performOnAppLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Parameter Type machines : List<MachineEntity> to machines : List<MachineImpl> in method private setHosts(machines List<MachineImpl>) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Parameter Type factory : FactoryDto to factory : FactoryImpl in method public startImporting(factory FactoryImpl, callback AsyncCallback<Void>) : void in class org.eclipse.che.ide.factory.utils.FactoryProjectImporter |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public onMachineSelected(machine MachineImpl) : void in class org.eclipse.che.ide.machine.chooser.MachineChooserView.ActionDelegate |
From |
To |
|
Change Parameter Type event : MachineStateEvent to event : MachineStartingEvent in method public onMachineStarting(event MachineStartingEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Parameter Type factory : FactoryDto to factory : FactoryImpl in method private performOnProjectsLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public executeCommand(command Command, machine MachineImpl) : void in class org.eclipse.che.ide.api.command.CommandExecutor |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public ProcessImpl(commandName String, commandLine String, pid int, alive boolean, machine MachineImpl) in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public MachineItem(command CommandImpl, machine MachineImpl) in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Parameter Type machine : MachineEntity to machine : MachineImpl in method public ProcessStartedEvent(processID int, machine MachineImpl) in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Variable Type devMachine : DevMachine to workspace : WorkspaceImpl in method private internalInitialize() : void in class org.eclipse.che.ide.api.event.ng.JsonRpcWebSocketAgentEventListener |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onDownloadWorkspaceOutput(event DownloadWorkspaceOutputEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onTreeNodeSelected(node ProcessTreeNode) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public ProcessTreeNode(type ProcessNodeType, parent ProcessTreeNode, data Object, icon SVGResource, children Collection<ProcessTreeNode>) in class org.eclipse.che.ide.processes.ProcessTreeNode |
From |
To |
|
Change Variable Type factory : FactoryDto to factory : FactoryImpl in method public onFactoryAccepted(event FactoryAcceptedEvent) : void in class org.eclipse.che.plugin.maven.client.project.MavenModelImporter |
From |
To |
|
Change Variable Type wsMachines : List<MachineEntity> to wsMachines : List<MachineImpl> in method private getMachine(machineId String) : MachineImpl in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type devMachine : MachineEntity to devMachine : MachineImpl in method public onDownloadWorkspaceOutput(event DownloadWorkspaceOutputEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type devMachine : MachineEntity to devMachine : DevMachine in method public newTerminal(source Object) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type action : IdeActionDto to action : ActionImpl in method private performOnProjectsLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Variable Type ide : IdeDto to ide : IdeImpl in method private performOnAppLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machines : List<MachineEntity> to machines : List<MachineImpl> in method public onWsAgentStarted(event WsAgentStateEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machineEntity : MachineEntity to machineEntity : MachineImpl in method private hasTerminal(machineId String) : boolean in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : Machine to machine : DevMachine in method public execute(commandLine String) : void in class org.eclipse.che.plugin.nativeaccessexample.machine.client.command.CommandManager |
From |
To |
|
Change Variable Type machines : List<MachineEntity> to machines : List<MachineImpl> in method public updateMachineList() : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onPreviewSsh(machineId String) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method private setHosts(machines List<MachineImpl>) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public updateMachineList() : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type wsMachines : List<MachineEntity> to wsMachines : List<MachineImpl> in method private hasTerminal(machineId String) : boolean in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type project : ProjectConfigDto to project : ProjectConfigImpl in method public onFactoryAccepted(event FactoryAcceptedEvent) : void in class org.eclipse.che.plugin.maven.client.project.MavenModelImporter |
From |
To |
|
Change Variable Type projects : List<ProjectConfigDto> to projects : List<ProjectConfigImpl> in method public onFactoryAccepted(event FactoryAcceptedEvent) : void in class org.eclipse.che.plugin.maven.client.project.MavenModelImporter |
From |
To |
|
Change Variable Type selectedMachine : MachineEntity to selectedMachine : MachineImpl in method public executeCommand(command CommandImpl) : void in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Variable Type machines : List<MachineEntity> to machines : List<MachineImpl> in method public go(container AcceptsOneWidget) : void in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onWsAgentStarted(event WsAgentStateEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method private createMachineElement(node ProcessTreeNode) : SpanElement in class org.eclipse.che.ide.processes.MachineNodeRenderStrategy |
From |
To |
|
Change Variable Type devMachine : MachineEntity to devMachine : MachineImpl in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type workspace : Workspace to workspace : WorkspaceImpl in method private getMachines() : List<MachineImpl> in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Variable Type ide : IdeDto to ide : IdeImpl in method private performOnProjectsLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Variable Type selectedMachine : MachineEntity to selectedMachine : MachineImpl in method private addHandlers() : void in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |
|
Change Variable Type action : IdeActionDto to action : ActionImpl in method private performOnAppLoadedActions(factory FactoryImpl) : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Variable Type factory : FactoryDto to factory : FactoryImpl in method public process() : void in class org.eclipse.che.ide.factory.accept.AcceptFactoryHandler |
From |
To |
|
Change Variable Type machines : List<MachineEntity> to machines : Map<String,? extends MachineImpl> in method public getChildren(parent MenuItem) : Pair<List<MenuItem>,String> in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButtonItemsProvider |
From |
To |
|
Change Variable Type machineEntity : MachineEntity to machine : MachineImpl in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type wsMachines : List<MachineEntity> to wsMachines : List<MachineImpl> in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type workspaceRuntime : RuntimeDto to runtime : RuntimeImpl in method private handleMachineStarting(machineName String) : void in class org.eclipse.che.ide.machine.EnvironmentStatusHandler |
From |
To |
|
Change Variable Type projectConfig : ProjectConfigDto to projectConfig : ProjectConfigImpl in method private importProjects(projectsToImport Set<String>) : void in class org.eclipse.che.ide.factory.utils.FactoryProjectImporter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public newTerminal(source Object) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method public onAddTerminal(machineId String, source Object) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Variable Type machine : MachineEntity to machine : MachineImpl in method private getMachine(machineId String) : MachineImpl in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Return Type FactoryDto to FactoryImpl in method public getFactory() : FactoryImpl in class org.eclipse.che.ide.context.AppContextImpl |
From |
To |
|
Change Return Type WorkspaceConfig to WorkspaceConfigImpl in method public getConfig() : WorkspaceConfigImpl in class org.eclipse.che.ide.api.workspace.model.WorkspaceImpl |
From |
To |
|
Change Return Type Workspace to WorkspaceImpl in method public getWorkspace() : WorkspaceImpl in class org.eclipse.che.ide.api.app.AppContext |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method public getMachine() : MachineImpl in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method public getMachine() : MachineImpl in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Return Type List<MachineEntity> to List<MachineImpl> in method private getMachines() : List<MachineImpl> in class org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Change Return Type Workspace to WorkspaceImpl in method public getWorkspace() : WorkspaceImpl in class org.eclipse.che.ide.context.AppContextImpl |
From |
To |
|
Change Return Type FactoryDto to FactoryImpl in method public getFactory() : FactoryImpl in class org.eclipse.che.ide.api.app.AppContext |
From |
To |
|
Change Return Type Runtime to RuntimeImpl in method public getRuntime() : RuntimeImpl in class org.eclipse.che.ide.api.workspace.model.WorkspaceImpl |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method public getMachine() : MachineImpl in class org.eclipse.che.ide.command.toolbar.processes.Process |
From |
To |
|
Change Return Type List<MachineEntity> to List<MachineImpl> in method private getMachines() : List<MachineImpl> in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Return Type Promise<Void> to Promise<ProfileDto> in method private loadProfile() : Promise<ProfileDto> in class org.eclipse.che.ide.bootstrap.CurrentUserInitializer |
From |
To |
|
Change Return Type FactoryDto to FactoryImpl in method public getFactory() : FactoryImpl in class org.eclipse.che.ide.api.factory.FactoryAcceptedEvent |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method private getSelectedMachine() : MachineImpl in class org.eclipse.che.ide.command.execute.CommandExecutorImpl |
From |
To |
|
Change Return Type Promise<Void> to Promise<Map<String,String>> in method private loadPreferences() : Promise<Map<String,String>> in class org.eclipse.che.ide.bootstrap.CurrentUserInitializer |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method public getMachine() : MachineImpl in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Return Type Promise<MachineEntity> to Promise<MachineImpl> in method public show() : Promise<MachineImpl> in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Return Type MachineEntity to MachineImpl in method private getMachine(machineId String) : MachineImpl in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Attribute Type userWorkspace : Workspace to workspace : WorkspaceImpl in class org.eclipse.che.ide.context.AppContextImpl |
From |
To |
|
Change Attribute Type factory : FactoryDto to factory : FactoryImpl in class org.eclipse.che.ide.context.AppContextImpl |
From |
To |
|
Change Attribute Type factory : FactoryDto to factory : FactoryImpl in class org.eclipse.che.ide.factory.utils.FactoryProjectImporter |
From |
To |
|
Change Attribute Type machine : MachineEntity to machine : MachineImpl in class org.eclipse.che.ide.command.toolbar.commands.button.MachineItem |
From |
To |
|
Change Attribute Type devMachine : DevMachine to appContext : AppContext in class org.eclipse.che.ide.resources.impl.ResourceManager |
From |
To |
|
Change Attribute Type machinesById : Map<String,MachineEntity> to machinesById : Map<String,MachineImpl> in class org.eclipse.che.ide.machine.chooser.MachineChooserViewImpl |
From |
To |
|
Change Attribute Type resolveFunction : ResolveFunction<MachineEntity> to resolveFunction : ResolveFunction<MachineImpl> in class org.eclipse.che.ide.machine.chooser.MachineChooser |
From |
To |
|
Change Attribute Type machines : Map<String,MachineEntity> to machines : Map<String,MachineImpl> in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Change Attribute Type machine : MachineEntity to machine : MachineImpl in class org.eclipse.che.ide.console.CommandOutputConsolePresenter |
From |
To |
|
Change Attribute Type machine : MachineEntity to machine : MachineImpl in class org.eclipse.che.ide.api.machine.events.ProcessStartedEvent |
From |
To |
|
Change Attribute Type machine : MachineEntity to machine : MachineImpl in class org.eclipse.che.ide.terminal.TerminalPresenter |
From |
To |
|
Change Attribute Type machine : MachineEntity to machine : MachineImpl in class org.eclipse.che.ide.command.toolbar.processes.ProcessImpl |
From |
To |
|
Change Attribute Type factory : FactoryDto to factory : FactoryImpl in class org.eclipse.che.ide.api.factory.FactoryAcceptedEvent |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from package updateRemoteBranches() : void in class org.eclipse.che.ide.ext.git.client.push.PushToRemotePresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from protected printErrors(errors List<String>, consoleTitle String) : void in class org.eclipse.che.plugin.svn.ide.common.SubversionActionPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from public actionPerformed(e ActionEvent) : void in class org.eclipse.che.ide.ext.git.client.action.AddToIndexAction & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from package updateLocalBranches() : void in class org.eclipse.che.ide.ext.git.client.push.PushToRemotePresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from public onAddClicked() : void in class org.eclipse.che.ide.ext.git.client.remote.RemotePresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleError(e Throwable, console GitOutputConsole) : void in class org.eclipse.che.ide.ext.git.client.remove.RemoveFromIndexPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from public onAddClicked() : void in class org.eclipse.che.ide.ext.git.client.add.AddToIndexPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from public testShowStatusWhenStatusTextRequestIsSuccessful() : void in class org.eclipse.che.ide.ext.git.client.status.StatusCommandPresenterTest & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleComposerOutput(messageBus MessageBus) : void in class org.eclipse.che.plugin.composer.ide.communication.ComposerOutputHandler & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private printGitStatus(statusText String) : void in class org.eclipse.che.ide.ext.git.client.status.StatusCommandPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleTestingOutput(messageBus MessageBus) : void in class org.eclipse.che.plugin.testing.ide.handler.TestingHandler & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from package handleError(exception Throwable, commandName String) : void in class org.eclipse.che.ide.ext.git.client.branch.BranchPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from public onResetClicked() : void in class org.eclipse.che.ide.ext.git.client.reset.files.ResetFilesPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleMavenArchetype(messageBus MessageBus) : void in class org.eclipse.che.plugin.maven.client.comunnication.MavenMessagesHandler & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleError(exception Throwable) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleError(errorMessage String) : void in class org.eclipse.che.ide.ext.git.client.remote.RemotePresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private handleError(exception Throwable, commandName String) : void in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from private onCommitSuccess(revision Revision) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |
|
Extract And Move Method public addCommandOutput(outputConsole OutputConsole) : void extracted from protected printResponse(command String, output List<String>, errors List<String>, consoleTitle String) : void in class org.eclipse.che.plugin.svn.ide.common.SubversionActionPresenter & moved to class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter |
From |
To |