da4ace7bafc3808f23361fe1d74b0c334cc963d7
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected abstract getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation renamed to protected abstract getOpenDocumentationOperation2(sourceBuffer ISourceBuffer, offset int) : ResultOperation<ToolResponse<String>> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method protected dialogInfo(message String) : void moved from class melnorme.lang.ide.ui.utils.operations.CalculateValueUIOperation to class melnorme.lang.ide.ui.editor.actions.AbstractOpenElementOperation & inlined to protected handleComputationResult() : void | From | To | |
Rename Variable | 1 | ||
Rename Variable op : CalculateValueUIOperation<String> to openDocOp : ResultOperation<ToolResponse<String>> in method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : ToolResponse<String> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Change Return Type | 8 | ||
Change Return Type String to ToolResponse<String> in method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : ToolResponse<String> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method public handleProcessResult(result ExternalProcessResult) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method public abstract parseProcessOutput(outputParseSource StringCharSource) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method protected doHandleProcessResult(result ExternalProcessResult) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 | From | To | |
Change Return Type OpenDocumentationOperation to ResultOperation<ToolResponse<String>> in method protected abstract getOpenDocumentationOperation2(sourceBuffer ISourceBuffer, offset int) : ResultOperation<ToolResponse<String>> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method public handleProcessResult(result ExternalProcessResult) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractSingleToolOperation | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method public execute(cm ICancelMonitor) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractSingleToolOperation | From | To | |
Change Return Type ToolOpResult<RESULT> to ToolResponse<RESULT> in method public parseProcessOutput(source String) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 | From | To | |
Move Attribute | 1 | ||
Move Attribute public NULL_COMMON_OPERATION : CommonOperation from class melnorme.lang.tooling.common.ops.CommonResultOperation to public NULL_COMMON_OPERATION : CommonOperation from class melnorme.lang.tooling.common.ops.CommonOperation | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.tooling.toolchain.ops.ToolOpResult renamed to melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Change Variable Type | 1 | ||
Change Variable Type op : CalculateValueUIOperation<String> to openDocOp : ResultOperation<ToolResponse<String>> in method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : ToolResponse<String> in class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier | From | To |