47b12802985d522b0c7fda7c713e124fbe3e49f5
Files Diff
- Added: 9
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type editor : ITextEditor to editor : AbstractLangStructureEditor in method public BestMatchHover(editor AbstractLangStructureEditor) in class melnorme.lang.ide.ui.editor.hover.BestMatchHover | From | To | |
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method public getHoverInfo(editor AbstractLangEditor, hoverRegion IRegion) : Object in class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover | From | To | |
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method public getHoverInfo(editor AbstractLangEditor, hoverRegion IRegion) : Object in class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover | From | To | |
Change Parameter Type editor : ITextEditor to editor : AbstractLangEditor in method public abstract getHoverInfo(editor AbstractLangEditor, hoverRegion IRegion) : Object in class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover | From | To | |
Change Parameter Type editorHover : AbstractEditorTextHover to editorHover : BestMatchHover in method public HoverInformationProvider(editorHover BestMatchHover) in class melnorme.lang.ide.ui.editor.hover.HoverInformationProvider | From | To | |
Move Method | 3 | ||
Move Method protected getByteOffsetFromEncoding(source String, charOffset int, charset Charset) : int from class com.googlecode.goclipse.ui.actions.GoOpenDefinitionOperation to protected getByteOffsetFromEncoding(source String, charOffset int, charset Charset) : int from class com.googlecode.goclipse.tooling.oracle.GoFindDefinitionOperation | From | To | |
Move Method public getHoverControlCreator() : IInformationControlCreator from class melnorme.lang.ide.ui.editor.hover.BrowserControlHover to public getHoverControlCreator() : IInformationControlCreator from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover | From | To | |
Move Method public getInformationPresenterControlCreator() : IInformationControlCreator from class melnorme.lang.ide.ui.editor.hover.BrowserControlHover to public getInformationPresenterControlCreator() : IInformationControlCreator from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover | From | To | |
Extract Class | 1 | ||
Extract Class melnorme.lang.ide.ui.editor.hover.AbstractDocHover from class melnorme.lang.ide.ui.editor.hover.BrowserControlHover | From | To | |
Extract Method | 2 | ||
Extract Method protected doCreateBrowserInformationControl(parent Shell, font String) : IInformationControl extracted from public doCreateInformationControl(parent Shell) : IInformationControl in class melnorme.lang.ide.ui.editor.hover.BrowserControlHover.BrowserControlCreator | From | To | |
Extract Method public getInformation(textViewer ITextViewer, hoverRegion IRegion, canSaveEditor boolean) : Object extracted from public getHoverInfo2(textViewer ITextViewer, hoverRegion IRegion) : Object in class melnorme.lang.ide.ui.editor.hover.BestMatchHover | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type editor : ITextEditor to editor : AbstractLangStructureEditor in class melnorme.lang.ide.ui.editor.hover.BestMatchHover | From | To | |
Change Attribute Type editorHover : AbstractEditorTextHover to editorHover : BestMatchHover in class melnorme.lang.ide.ui.editor.hover.HoverInformationProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter monitor : IOperationMonitor to om : IOperationMonitor in method protected doBackgroundValueComputation(om IOperationMonitor) : String in class com.googlecode.goclipse.ui.editor.actions.AbstractEditorGoToolOperation | From | To |