b572f7eaa6edd8cc4bf4fd63d1c1776ee9f5a87a
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public abstract runWithEditor(editor ITextEditor) : void renamed to protected abstract doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.actions.AbstractEditorHandler | From | To | |
Rename Method public runWithEditor(editor ITextEditor) : void renamed to protected doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper.AbstractEditorOperationHandler | From | To | |
Rename Method public runWithEditor(editor ITextEditor) : void renamed to protected doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.actions.ToggleCommentHandler | From | To | |
Pull Up Method | 4 | ||
Pull Up Method protected editorContextMenuAboutToShow_extend(menu IMenuManager) : void from class melnorme.lang.ide.ui.editor.AbstractLangEditor to protected editorContextMenuAboutToShow_extend(menu IMenuManager) : void from class melnorme.lang.ide.ui.editor.TextEditorExt | From | To | |
Pull Up Method protected createActions() : void from class melnorme.lang.ide.ui.editor.AbstractLangEditor to protected createActions() : void from class melnorme.lang.ide.ui.editor.TextEditorExt | From | To | |
Pull Up Method protected editorContextMenuAboutToShow(menu IMenuManager) : void from class melnorme.lang.ide.ui.editor.AbstractLangEditor to protected editorContextMenuAboutToShow(menu IMenuManager) : void from class melnorme.lang.ide.ui.editor.TextEditorExt | From | To | |
Pull Up Method protected createActionsManager() : LangEditorContextMenuContributor from class melnorme.lang.ide.ui.editor.AbstractLangEditor to protected createActionsManager() : LangEditorContextMenuContributor from class melnorme.lang.ide.ui.editor.TextEditorExt | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method protected doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.actions.ToggleCommentHandler | From | To | |
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method protected doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper.AbstractEditorOperationHandler | From | To | |
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method protected abstract doRunWithEditor(editor AbstractLangEditor) : void in class melnorme.lang.ide.ui.editor.actions.AbstractEditorHandler | From | To | |
Change Parameter Type disposable : IDisposable to disposable : T in method public dispose(disposable T) : T in class melnorme.utilbox.misc.MiscUtil | From | To | |
Rename Variable | 1 | ||
Rename Variable navigateMenu : IMenuManager to gotoMenu : IMenuManager in method protected prepareNavigateMenu(menu IMenuManager) : void in class melnorme.lang.ide.ui.editor.LangEditorActionContributor | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected editorActionsManager : LangEditorContextMenuContributor from class melnorme.lang.ide.ui.editor.AbstractLangEditor to protected editorActionsManager : LangEditorContextMenuContributor from class melnorme.lang.ide.ui.editor.TextEditorExt | From | To | |
Change Return Type | 1 | ||
Change Return Type void to T in method public dispose(disposable T) : T in class melnorme.utilbox.misc.MiscUtil | From | To | |
Extract Superclass | 1 | ||
Extract Superclass melnorme.lang.ide.ui.editor.TextEditorExt from classes [melnorme.lang.ide.ui.editor.AbstractLangEditor] | From | To |