67cbdb40440e30a0c85d80bc0d4c6315847a89f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public handleOperationError(dialogTitle String, ce CommonException) : void renamed to public handleOperationStatus(logError boolean, dialogTitle String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationErrorHandlerImpl | From | To | |
Rename Method public handleOperationError(dialogTitle String, ce CommonException) : void renamed to public handleOperationStatus2(logError boolean, dialogTitle String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationsStatusHandler | From | To | |
Extract Method | 1 | ||
Extract Method public runAndHandle(runnableContext IRunnableContext, op IRunnableWithProgress, isCancellable boolean, logError boolean, errorTitle String) : boolean extracted from public runAndHandle(runnableContext IRunnableContext, op IRunnableWithProgress, isCancellable boolean, errorTitle String) : boolean in class melnorme.lang.ide.ui.utils.UIOperationsHelper | From | To |