7c2fab9a1bd1feb4b72b901bf26d9b36c35f440a
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected createEditorContribution(commandId String, editorActionId String) : CommandContributionItem renamed to protected createEditorActionContribution(commandId String, editorActionId String) : CommandContributionItem in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type editor : LANGUAGE_Editor to editor : AbstractLangEditor in method public LANGUAGE_SourceViewerConfiguration(preferenceStore IPreferenceStore, colorManager IColorManager, editor AbstractLangEditor) in class LANG_PROJECT_ID.ide.ui.editor.LANGUAGE_SourceViewerConfiguration | From | To | |
| Change Parameter Type actionContributor : AbstractLangEditorActionContributor to actionContributor : LangEditorActionContributorHelper in method public createContributionItem(actionContributor LangEditorActionContributorHelper) : CommandContributionItem in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper.EditorActionContribution | From | To | |
| Rename Variable | 1 | ||
| Rename Variable goFmt : HandlerContribution to hc : HandlerContribution in method protected registerEditorHandler(commandId String, handler AbstractEditorHandler) : CommandContributionItem in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper | From | To | |
| Rename Class | 1 | ||
| Rename Class melnorme.lang.ide.ui.editor.AbstractLangEditorActionContributor renamed to melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type sourceViewer : ISourceViewer to sourceViewer : SourceViewer in method protected doSetInput(input IEditorInput) : void in class melnorme.lang.ide.ui.editor.AbstractLangEditor | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.eclipse.jdt.ui.text.IColorManagerExtension from classes [org.eclipse.cdt.ui.text.IColorManager] | From | To | |
| Extract Method | 3 | ||
| Extract Method public getSourceViewer_() : SourceViewer extracted from protected doSetInput(input IEditorInput) : void in class melnorme.lang.ide.ui.editor.AbstractLangEditor | From | To | |
| Extract Method public setupDocumentPartitioner$2(partitioner IDocumentPartitioner, document IDocument, partitioning String) : void extracted from protected setupDocumentPartitioner(document IDocument, partitioning String) : void in class melnorme.lang.ide.ui.text.LangDocumentPartitionerSetup | From | To | |
| Extract Method protected getServiceLocator() : IServiceLocator extracted from protected createCommandContribution(commandId String) : CommandContributionItem in class melnorme.lang.ide.ui.editor.LangEditorActionContributorHelper | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter menu : IMenuManager to ctxMenu : IMenuManager in method public editorContextMenuAboutToShow(ctxMenu IMenuManager) : void in class melnorme.lang.ide.ui.editor.AbstractLangEditorActions | From | To |