93f93522935c4ea98dda5c655397bca0e766e7e4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private update() : void renamed to private updateDiff() : void in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter | From | To | |
Rename Method private getCommitsLog() : void renamed to private fetchHistoryPage(append boolean) : void in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter | From | To | |
Inline Method | 1 | ||
Inline Method private getDiff() : void inlined to private updateDiff() : void in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter | From | To | |
Extract Method | 1 | ||
Extract Method public log(devMachine DevMachine, project Path, fileFilter Path[], skip int, maxCount int, plainText boolean) : Promise<LogResponse> extracted from public log(devMachine DevMachine, project Path, fileFilter Path[], plainText boolean) : Promise<LogResponse> in class org.eclipse.che.ide.api.git.GitServiceClientImpl | From | To |