cf047e30aa1cee06bada611bcdee451e43e2186d
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public execute(cm ICancelMonitor) : RESPONSE renamed to public executeToolOperation(om IOperationMonitor) : RESULTDATA in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Rename Method protected doBackgroundValueComputation(om IOperationMonitor) : ToolResponse<SourceLocation> renamed to protected doBackgroundToolResultComputation(om IOperationMonitor) : SourceLocation in class LANG_PROJECT_ID.ide.ui.actions.LANGUAGE_OpenDefinitionOperation | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public getErrorMessage() : String from class melnorme.lang.tooling.completion.LangCompletionResult to public getErrorMessage() : String from class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type statusMessaage : IStatusMessage to errorMessaage : String in method public ToolResponse(resultData DATA, errorMessaage String) in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Change Parameter Type cm : ICancelMonitor to om : IOperationMonitor in method public executeToolOperation(om IOperationMonitor) : RESULTDATA in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Inline Method | 1 | ||
Inline Method public getStatusMessage() : IStatusMessage inlined to public getStatusMessageText() : String in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Rename Variable | 2 | ||
Rename Variable status : IStatusMessage to errorMessage : String in method protected handleComputationResult(response ToolResponse<RESULT>) : void in class melnorme.lang.ide.ui.editor.actions.AbstractEditorToolOperation | From | To | |
Rename Variable result : ExternalProcessResult to processResult : ExternalProcessResult in method public executeToolOperation(om IOperationMonitor) : RESULTDATA in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Change Return Type | 2 | ||
Change Return Type RESPONSE to RESULTDATA in method public executeToolOperation(om IOperationMonitor) : RESULTDATA in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Change Return Type ToolResponse<SourceLocation> to SourceLocation in method protected doBackgroundToolResultComputation(om IOperationMonitor) : SourceLocation in class LANG_PROJECT_ID.ide.ui.actions.LANGUAGE_OpenDefinitionOperation | From | To | |
Move Class | 2 | ||
Move Class melnorme.lang.ide.ui.editor.hover.BrowserControlHover.EnrichableBrowserControlCreator moved to melnorme.lang.ide.ui.editor.hover.BrowserControlCreator.EnrichableBrowserControlCreator | From | To | |
Move Class melnorme.lang.ide.ui.editor.hover.BrowserControlHover.BrowserControlCreator moved to melnorme.lang.ide.ui.editor.hover.BrowserControlCreator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type status : IStatusMessage to errorMessage : String in method protected handleComputationResult(response ToolResponse<RESULT>) : void in class melnorme.lang.ide.ui.editor.actions.AbstractEditorToolOperation | From | To | |
Extract Method | 1 | ||
Extract Method public isErrorResult() : boolean extracted from public isValidResult() : boolean in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Rename Parameter | 3 | ||
Rename Parameter cm : ICancelMonitor to om : IOperationMonitor in method public executeToolOperation(om IOperationMonitor) : RESULTDATA in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Rename Parameter message : String to errorMessage : String in method public newError(errorMessage String) : ToolResponse<DATA> in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Rename Parameter statusMessaage : IStatusMessage to errorMessaage : String in method public ToolResponse(resultData DATA, errorMessaage String) in class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To |