2dd77ecf210dc22af938283f85af53d26158c4e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 35
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private refreshProject(openedEditors List<EditorPartPresenter>) : void renamed to private refreshProjectNodesAndEditors(openedEditors List<EditorPartPresenter>) : void in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public printError(text String) : void moved from class org.eclipse.che.ide.ext.git.client.outputconsole.GitOutputPartViewImpl to class org.eclipse.che.ide.ext.git.client.outputconsole.GitOutputConsolePresenter & inlined to public printError(text String) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type dtoFactory : DtoFactory to dialogFactory : DialogFactory in method public PullPresenter(view PullView, editorAgent EditorAgent, gitServiceClient GitServiceClient, eventBus EventBus, appContext AppContext, constant GitLocalizationConstant, notificationManager NotificationManager, dtoUnmarshallerFactory DtoUnmarshallerFactory, dialogFactory DialogFactory, branchSearcher BranchSearcher, projectExplorer ProjectExplorerPresenter, gitOutputConsoleFactory GitOutputConsoleFactory, consolesPanelPresenter ConsolesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter | From | To | |
Extract Method | 3 | ||
Extract Method public print(text String, color String) : void extracted from public printError(text String) : void in class org.eclipse.che.ide.ext.git.client.outputconsole.GitOutputConsolePresenter | From | To | |
Extract Method private handleError(exception Throwable, commandName String) : void extracted from private updateBranches(remoteMode String) : void in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter | From | To | |
Extract Method private handleError(exception Throwable, commandName String) : void extracted from private updateRemotes() : void in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dtoFactory : DtoFactory to dialogFactory : DialogFactory in method public PullPresenter(view PullView, editorAgent EditorAgent, gitServiceClient GitServiceClient, eventBus EventBus, appContext AppContext, constant GitLocalizationConstant, notificationManager NotificationManager, dtoUnmarshallerFactory DtoUnmarshallerFactory, dialogFactory DialogFactory, branchSearcher BranchSearcher, projectExplorer ProjectExplorerPresenter, gitOutputConsoleFactory GitOutputConsoleFactory, consolesPanelPresenter ConsolesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.pull.PullPresenter | From | To |