de44e38fc46e3f5c69817f59cd917deee38b13d3
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public saveContents(cm ICancelMonitor) : void renamed to public saveBuffer(cm ICancelMonitor) : void in class melnorme.lang.ide.ui.editor.EditorSourceBuffer | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public getSourceFile() : ISourceFile moved from class melnorme.lang.ide.ui.editor.actions.EditorOperationContext to class _org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine & inlined to public complete(sourceContext EditorOperationContext) : void | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type assistant : ContentAssistant to assistant : ContentAssistantExt in method protected createContentAssistProcessor(assistant ContentAssistantExt, categories Indexable<CompletionProposalsGrouping>, sourceBuffer ISourceBuffer) : LangContentAssistProcessor in class melnorme.lang.ide.ui.text.AbstractLangSourceViewerConfiguration | From | To | |
Change Parameter Type contentAssistant : ContentAssistant to contentAssistant : ContentAssistantExt in method public LangContentAssistProcessor(contentAssistant ContentAssistantExt, groupings Indexable<CompletionProposalsGrouping>, sourceBuffer ISourceBuffer, editor ITextEditor) in class melnorme.lang.ide.ui.text.completion.LangContentAssistProcessor | From | To | |
Change Parameter Type assistant : ContentAssistant to assistant : ContentAssistantExt in method protected configureContentAssistantProcessors(assistant ContentAssistantExt, sourceBuffer ISourceBuffer) : void in class melnorme.lang.ide.ui.text.AbstractLangSourceViewerConfiguration | From | To | |
Move Method | 3 | ||
Move Method protected abstract getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected abstract getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Move Method protected escapeToHTML(rawDocumentation String) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected escapeToHTML(rawDocumentation String) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Move Method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Extract Class | 1 | ||
Extract Class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover | From | To | |
Move Class | 1 | ||
Move Class melnorme.lang.ide.ui.editor.hover.AbstractDocHover.OpenDocumentationOperation moved to melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier.OpenDocumentationOperation | From | To |