46bc6e41b35c8a9033d0358771c95c0f7c378cd9
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected performBackgroundComputation() : void renamed to protected isBackgroundComputationNecessary() : boolean in class melnorme.lang.ide.ui.editor.structure.GetUpdatedStructureUIOperation | From | To | |
| Rename Method protected doBackgroundComputation_prepare(monitor IProgressMonitor) : void renamed to protected runBackgroundComputation(monitor IProgressMonitor) : void in class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public EclipseJobUIOperation(operationName String) from class melnorme.lang.ide.ui.utils.operations.EclipseJobUIOperation to public AbstractUIOperation(operationName String, runInAsynchronousJob boolean) from class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
| Inline Method | 2 | ||
| Inline Method private execute() : void inlined to public executeAndHandle() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method protected isBackgroundComputationNecessary() : boolean in class melnorme.lang.ide.ui.editor.structure.GetUpdatedStructureUIOperation | From | To |