aa27bea1550f0b47727fbc10ff45229732330f8c
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected handleInternalError(message String) : void renamed to protected abstract handleInternalError2(message String) : void in class melnorme.lang.ide.ui.editor.actions.LangEditorRunner | From | To | |
Push Down Method | 3 | ||
Push Down Method protected performBackgroundComputation() : void from class melnorme.lang.ide.ui.actions.AbstractUIOperation to protected performBackgroundComputation() : void from class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
Push Down Method protected getTaskName() : String from class melnorme.lang.ide.ui.actions.AbstractUIOperation to protected getTaskName() : String from class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
Push Down Method protected abstract doBackgroundComputation(monitor IProgressMonitor) : void from class melnorme.lang.ide.ui.actions.AbstractUIOperation to protected abstract doBackgroundComputation(monitor IProgressMonitor) : void from class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
Extract Subclass | 1 | ||
Extract Subclass melnorme.lang.ide.ui.utils.operations.AbstractUIOperation from class melnorme.lang.ide.ui.actions.AbstractUIOperation | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type operation : AbstractUIOperation to operation : BasicUIOperation in method public RunUIOperationAction(operation BasicUIOperation) in class melnorme.lang.ide.ui.actions.RunUIOperationAction | From | To | |
Change Parameter Type shell : Shell to editorPart : IEditorPart in method public LangEditorRunner(editorPart IEditorPart) in class melnorme.lang.ide.ui.editor.actions.LangEditorRunner | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected computationRunnable : OperationRunnableWithProgress from class melnorme.lang.ide.ui.actions.AbstractUIOperation to protected computationRunnable : OperationRunnableWithProgress from class melnorme.lang.ide.ui.utils.operations.AbstractUIOperation | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class melnorme.lang.ide.ui.actions.AbstractUIOperation moved and renamed to melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
Move Class | 2 | ||
Move Class melnorme.lang.ide.ui.actions.CalculateValueUIOperation moved to melnorme.lang.ide.ui.utils.operations.CalculateValueUIOperation | From | To | |
Move Class melnorme.lang.ide.ui.actions.OperationRunnableWithProgress moved to melnorme.lang.ide.ui.utils.operations.OperationRunnableWithProgress | From | To | |
Extract Method | 2 | ||
Extract Method protected handleStatus(ce CommonException) : void extracted from public executeAndHandle() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
Extract Method protected handleInternalError(re RuntimeException) : void extracted from public executeAndHandle() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type operation : AbstractUIOperation to operation : BasicUIOperation in class melnorme.lang.ide.ui.actions.RunUIOperationAction | From | To | |
Rename Parameter | 2 | ||
Rename Parameter shell : Shell to editorPart : IEditorPart in method public LangEditorRunner(editorPart IEditorPart) in class melnorme.lang.ide.ui.editor.actions.LangEditorRunner | From | To | |
Rename Parameter part : IEditorPart to editorPart : IEditorPart in method public LangEditorRunner(editorPart IEditorPart) in class melnorme.lang.ide.ui.editor.actions.LangEditorRunner | From | To |