4156ea54f9d1eae770374a441920e44859678e52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public execute(cm IOperationMonitor) : ToolOpResult<FindDefinitionResult> renamed to public executeOp(cm IOperationMonitor) : ToolOpResult<FindDefinitionResult> in class com.googlecode.goclipse.tooling.oracle.GoFindDefinitionOperation | From | To | |
Rename Method public execute(om IOperationMonitor) : ToolOpResult<String> renamed to public executeOp(om IOperationMonitor) : ToolOpResult<String> in class com.googlecode.goclipse.tooling.oracle.GoFindDocOperation | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type editor : ITextEditor to sourceBuffer : ISourceBuffer in method public getFindDefinitionOperation(sourceBuffer ISourceBuffer, offset int) : GoFindDefinitionOperation in class com.googlecode.goclipse.ui.actions.GoOpenDefinitionOperation | From | To | |
Change Return Type | 1 | ||
Change Return Type CalculateValueUIOperation<String> to OpenDocumentationOperation in method protected getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation in class com.googlecode.goclipse.ui.editor.GoDocTextHover | From | To | |
Rename Parameter | 1 | ||
Rename Parameter editor : ITextEditor to sourceBuffer : ISourceBuffer in method public getFindDefinitionOperation(sourceBuffer ISourceBuffer, offset int) : GoFindDefinitionOperation in class com.googlecode.goclipse.ui.actions.GoOpenDefinitionOperation | From | To |