98ef82d2ee8574680359016b2ec345758e0c7737
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 30
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 10 | ||
| Rename Method protected doOperation() : void renamed to public execute() : void in class melnorme.lang.ide.ui.utils.operations.BasicEditorOperation | From | To | |
| Rename Method public trySaveBuffer() : boolean renamed to public doTrySaveBuffer() : boolean in class melnorme.lang.ide.ui.editor.text.LangCompletionProposalTest.TestsSourceBuffer | From | To | |
| Rename Method protected doOperation() : void renamed to public doExecute() : void in class melnorme.lang.ide.ui.editor.structure.GetUpdatedStructureUIOperation | From | To | |
| Rename Method protected abstract doOperation() : void renamed to public abstract execute() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Rename Method protected doOperation() : void renamed to public execute() : void in class melnorme.lang.ide.ui.operations.ToolSourceModifyingOperation | From | To | |
| Rename Method protected doOperation() : void renamed to public execute() : void in class melnorme.lang.ide.ui.operations.StartToolDownload_FromField | From | To | |
| Rename Method public abstract trySaveBuffer() : boolean renamed to public abstract doTrySaveBuffer() : boolean in class melnorme.lang.tooling.common.ISourceBuffer | From | To | |
| Rename Method protected doOperation() : void renamed to public execute() : void in class melnorme.lang.ide.ui.utils.operations.AbstractJobUIOperation | From | To | |
| Rename Method protected doOperation() : void renamed to public execute() : void in class melnorme.util.swt.components.fields.SetFieldValueOperation | From | To | |
| Rename Method public trySaveBuffer() : boolean renamed to public doTrySaveBuffer() : boolean in class melnorme.lang.ide.ui.editor.EditorSourceBuffer | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type editor : AbstractTextEditor to editor : ITextEditor in method public setStatusLineErrorMessage(editor ITextEditor, message String, image Image) : void in class melnorme.lang.ide.ui.editor.EditorUtils | From | To | |
| Move Method | 2 | ||
| Move Method public runInBackground(op CommonOperation) : void from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier to public runInBackground(op CommonOperation) : void from class melnorme.lang.ide.ui.utils.operations.WorkbenchBackgroundExecutor | From | To | |
| Move Method public invokeInBackground(op ResultOperation<R>) : R from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier to public invokeInBackground(op ResultOperation<R>) : R from class melnorme.lang.ide.ui.utils.operations.WorkbenchBackgroundExecutor | From | To | |
| Change Return Type | 4 | ||
| Change Return Type FindDefinitionResult to SourceLocation in method public parsePathLineColumn(sourceString String, separator String) : SourceLocation in class melnorme.lang.tooling.toolchain.ops.ToolOutputParseHelper | From | To | |
| Change Return Type LangSourceViewer to SourceViewer in method protected getEditorSourceViewer() : SourceViewer in class melnorme.lang.ide.ui.utils.operations.AbstractEditorOperation2 | From | To | |
| Change Return Type RESULT to ToolResponse<RESULT> in method public parseResult(result ExternalProcessResult) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 | From | To | |
| Change Return Type ResultOperation<ToolResponse<String>> to ComputeValueUIOperation<ToolResponse<String>> in method protected abstract getOpenDocumentationOperation2(sourceBuffer ISourceBuffer, offset int) : ComputeValueUIOperation<ToolResponse<String>> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
| Extract Class | 1 | ||
| Extract Class melnorme.lang.ide.ui.utils.operations.WorkbenchBackgroundExecutor from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
| Rename Class | 1 | ||
| Rename Class melnorme.lang.tooling.toolchain.ops.FindDefinitionResult renamed to melnorme.lang.tooling.toolchain.ops.SourceLocation | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type other : FindDefinitionResult to other : SourceLocation in method public equals(obj Object) : boolean in class melnorme.lang.tooling.toolchain.ops.SourceLocation | From | To | |
| Change Variable Type sourceViewer : LangSourceViewer to sourceViewer : SourceViewer in method protected setEditorTextPreservingCarret(newContents String) : void in class melnorme.lang.ide.ui.utils.operations.AbstractEditorOperation2 | From | To | |
| Extract Variable | 1 | ||
| Extract Variable hoverSourceBuffer : ISourceBuffer in method public getInformation(textViewer ITextViewer, hoverRegion IRegion, canSaveEditor boolean) : Object from class melnorme.lang.ide.ui.editor.hover.BestMatchHover | From | To | |
| Extract Method | 1 | ||
| Extract Method public isValidResult() : boolean extracted from public getValidResult() : DATA in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To |