b0c16dbcdb6a1238663c84e2a2c219bb09d65031
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getHoverInfo2(textViewer ITextViewer, hoverRegion IRegion) : Object renamed to public getHoverInfo(editor ITextEditor, textViewer ITextViewer, hoverRegion IRegion) : Object in class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover | From | To | |
| Rename Method public getHoverInfo2(textViewer ITextViewer, hoverRegion IRegion) : Object renamed to public getHoverInfo(editor ITextEditor, textViewer ITextViewer, hoverRegion IRegion) : Object in class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover | From | To | |
| Rename Method protected execute0() : void renamed to public execute() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type editorHover : AbstractLangEditorTextHover to editorHover : AbstractEditorTextHover in method public HoverInformationProvider(editorHover AbstractEditorTextHover) in class melnorme.lang.ide.ui.editor.hover.HoverInformationProvider | From | To | |
| Move Method | 6 | ||
| Move Method public getHoverRegion(textViewer ITextViewer, offset int) : IRegion from class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover to public getHoverRegion(textViewer ITextViewer, offset int) : IRegion from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Move Method public getHoverInfo2(textViewer ITextViewer, hoverRegion IRegion) : Object from class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover to public abstract getHoverInfo2(textViewer ITextViewer, hoverRegion IRegion) : Object from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Move Method public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover to public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Move Method public getHoverRegion(viewer ITextViewer, offset int) : IRegion from class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover to public getHoverRegion(textViewer ITextViewer, offset int) : IRegion from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Move Method public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover to public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Move Method public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class melnorme.lang.ide.ui.editor.hover.BrowserControlHover to public getHoverInfo(textViewer ITextViewer, hoverRegion IRegion) : String from class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Extract Class | 3 | ||
| Extract Class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover from class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover | From | To | |
| Extract Class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover from class melnorme.lang.ide.ui.editor.hover.BrowserControlHover | From | To | |
| Extract Class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover from class _org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover | From | To | |
| Rename Class | 1 | ||
| Rename Class melnorme.lang.ide.ui.editor.hover.AbstractLangEditorTextHover renamed to melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover from classes [melnorme.lang.ide.ui.editor.hover.BestMatchHover] | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type editorHover : AbstractLangEditorTextHover to editorHover : AbstractEditorTextHover in class melnorme.lang.ide.ui.editor.hover.HoverInformationProvider | From | To | |
| Change Attribute Type fEditor : IEditorPart to fEditor : ITextEditor in class melnorme.lang.ide.debug.ui.DelegatingDebugTextHover | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter viewer : ITextViewer to textViewer : ITextViewer in method public getHoverRegion(textViewer ITextViewer, offset int) : IRegion in class melnorme.lang.ide.ui.editor.hover.AbstractEditorTextHover | From | To | |
| Rename Parameter monitor : IOperationMonitor to om : IOperationMonitor in method protected doBackgroundValueComputation(om IOperationMonitor) : FindDefinitionResult in class melnorme.lang.ide.ui.editor.actions.AbstractOpenElementOperation | From | To | |
| Rename Parameter monitor : IOperationMonitor to om : IOperationMonitor in method protected abstract doBackgroundValueComputation(om IOperationMonitor) : RESULT in class melnorme.lang.ide.ui.utils.operations.CalculateValueUIOperation | From | To | |
| Rename Parameter input : String to processInput : String in method public runProcess(pb ProcessBuilder, processInput String, cm ICancelMonitor) : ExternalProcessResult in class melnorme.lang.ide.core.operations.ToolManager.ToolManagerEngineToolRunner | From | To |