fdcb210bfb8b17e0df9204b1c12bbb8f03bd03d4
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private start(commandProducers Set<CommandProducer>) : void renamed to private init() : void in class org.eclipse.che.ide.command.producer.CommandProducerActionManager | From | To | |
Rename Method public onWsAgentStarted(event WsAgentStateEvent) : void renamed to private init() : void in class org.eclipse.che.ide.editor.preferences.editorproperties.EditorPropertiesPresenter | From | To | |
Rename Method public onWsAgentStarted(event WsAgentStateEvent) : void renamed to public onWorkspaceRunning(event WorkspaceRunningEvent) : void in class org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type event : WsAgentStateEvent to event : WorkspaceRunningEvent in method public onWorkspaceRunning(event WorkspaceRunningEvent) : void in class org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenter | From | To | |
Inline Method | 1 | ||
Inline Method private updateValue() : void inlined to public expand() : Promise<String> in class org.eclipse.che.ide.macro.CurrentProjectPathMacro | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.che.ide.api.machine.events.ActivateProcessOutputEvent moved to org.eclipse.che.ide.command.toolbar.processes.ActivateProcessOutputEvent | From | To | |
Rename Attribute | 4 | ||
Rename Attribute WORKSAPCE_OUTPUT_ENDPOINT_ID : String to WORKSPACE_OUTPUT_ENDPOINT_ID : String in class org.eclipse.che.ide.api.workspace.Constants | From | To | |
Rename Attribute WORKSAPCE_AGENT_ENDPOINT_ID : String to WORKSPACE_AGENT_ENDPOINT_ID : String in class org.eclipse.che.ide.api.workspace.Constants | From | To | |
Rename Attribute WORKSAPCE_STATUSES_ENDPOINT_ID : String to WORKSPACE_STATUSES_ENDPOINT_ID : String in class org.eclipse.che.ide.api.workspace.Constants | From | To | |
Rename Attribute extServerStateHandlerCaptor : ArgumentCaptor<WsAgentStateHandler> to workspaceRunningHandlerCaptor : ArgumentCaptor<WorkspaceRunningEvent.Handler> in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type extServerStateHandlerCaptor : ArgumentCaptor<WsAgentStateHandler> to workspaceRunningHandlerCaptor : ArgumentCaptor<WorkspaceRunningEvent.Handler> in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest | From | To | |
Extract Method | 1 | ||
Extract Method private addEventHandlers() : void extracted from public ProcessesListPresenter(view ProcessesListView, eventBus EventBus, execAgentClient ExecAgentCommandManager, appContext AppContext, commandManager CommandManager, commandExecutorProvider Provider<CommandExecutor>, commandCreationGuide CommandCreationGuide) in class org.eclipse.che.ide.command.toolbar.processes.ProcessesListPresenter | From | To |