467e45b07352e97fd6ca8c5639dc924200a16a3b
Files Diff
- Added: 10
- Removed: 1
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private onWorkspaceRunnning() : void renamed to public onWorkspaceRunning(event WorkspaceRunningEvent) : void in class org.eclipse.che.ide.processes.loading.WorkspaceLoadingTrackerImpl | From | To | |
Inline Method | 1 | ||
Inline Method private getMacros(machine Machine) : Set<Macro> inlined to private registerMacros() : void in class org.eclipse.che.ide.macro.ServerAddressMacroRegistrar | From | To | |
Rename Attribute | 1 | ||
Rename Attribute loadLabel : Label to loadAnimation : FlowPanel in class org.eclipse.che.ide.command.toolbar.processes.ProcessesListViewImpl | From | To | |
Extract Method | 1 | ||
Extract Method private addMachines() : void extracted from public startTracking() : void in class org.eclipse.che.ide.processes.loading.WorkspaceLoadingTrackerImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type loadLabel : Label to loadAnimation : FlowPanel in class org.eclipse.che.ide.command.toolbar.processes.ProcessesListViewImpl | From | To | |
Change Attribute Type animatedElements : List<Element> to animatedElements : Set<Element> in class org.eclipse.che.ide.processes.loading.WorkspaceLoadingTrackerViewImpl | From | To | |
Rename Parameter | 3 | ||
Rename Parameter machineConsole : boolean to removable : boolean in method private addOutputConsole(id String, processNode ProcessTreeNode, outputConsole OutputConsole, removable boolean, activate boolean) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelPresenter | From | To | |
Rename Parameter machineConsole : boolean to removable : boolean in method public addWidget(processId String, title String, icon SVGResource, widget IsWidget, removable boolean) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelViewImpl | From | To | |
Rename Parameter machineConsole : boolean to removable : boolean in method public addWidget(processId String, title String, icon SVGResource, widget IsWidget, removable boolean) : void in class org.eclipse.che.ide.processes.panel.ProcessesPanelView | From | To |