a9a3ccddf01e899c04602a67effc0cb1b1f606a1
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public printPreviewUrl(previewUrl String) : void renamed to public showPreviewUrl(previewUrl String) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleView | From | To | |
Rename Method public printCommandLine(commandLine String) : void renamed to public showCommandLine(commandLine String) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleView | From | To | |
Rename Method public printCommandLine(commandLine String) : void renamed to public showCommandLine(commandLine String) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleViewImpl | From | To | |
Rename Method public printPreviewUrl(previewUrl String) : void renamed to public showPreviewUrl(previewUrl String) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleViewImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type handler : ProcessFinishedHandler to handler : Handler in method protected dispatch(handler Handler) : void in class org.eclipse.che.ide.extension.machine.client.processes.ProcessFinishedEvent | From | To | |
Change Return Type | 1 | ||
Change Return Type Type<ProcessFinishedHandler> to Type<ProcessFinishedEvent.Handler> in method public getAssociatedType() : Type<ProcessFinishedEvent.Handler> in class org.eclipse.che.ide.extension.machine.client.processes.ProcessFinishedEvent | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.eclipse.che.ide.extension.machine.client.processes.event.ProcessFinishedHandler moved and renamed to org.eclipse.che.ide.extension.machine.client.processes.ProcessFinishedEvent.Handler | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.che.ide.extension.machine.client.processes.event.ProcessFinishedEvent moved to org.eclipse.che.ide.extension.machine.client.processes.ProcessFinishedEvent | From | To | |
Rename Attribute | 1 | ||
Rename Attribute consoleArea : FlowPanel to consoleLines : FlowPanel in class org.eclipse.che.ide.ext.git.client.outputconsole.GitOutputPartViewImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type TYPE : Type<ProcessFinishedHandler> to TYPE : Type<ProcessFinishedEvent.Handler> in class org.eclipse.che.ide.extension.machine.client.processes.ProcessFinishedEvent | From | To | |
Rename Parameter | 2 | ||
Rename Parameter message : String to text : String in method public print(text String, cr boolean) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleViewImpl | From | To | |
Rename Parameter message : String to text : String in method public print(text String, cr boolean) : void in class org.eclipse.che.ide.extension.machine.client.outputspanel.console.OutputConsoleView | From | To |