2467058860008b325670dda071c1d75fdce21d2c
Files Diff
- Added: 2
- Removed: 4
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method protected createErrorToolResponse(errorMessage String) : ToolResponse<RESULTDATA> renamed to protected createDefaultToolResponse(resultData RESULTDATA, errorMessage String) : ToolResponse<RESULTDATA> in class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Rename Method protected getToolProcessName() : String renamed to protected getToolName() : String in class com.googlecode.goclipse.tooling.gocode.GocodeOutputParser2 | From | To | |
Rename Method public parseResult(result ExternalProcessResult) : ArrayList<ToolSourceMessage> renamed to public doParseResult(result ExternalProcessResult) : ArrayList<ToolSourceMessage> in class com.googlecode.goclipse.tooling.GoBuildOutputProcessor | From | To | |
Rename Method public parseProcessOutput(parseSource StringCharSource) : ToolResponse<ArrayList2<ToolCompletionProposal>> renamed to public parseOutput(parseSource StringCharSource) : ArrayList2<ToolCompletionProposal> in class com.googlecode.goclipse.tooling.gocode.GocodeOutputParser2 | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ce : CommonException to ce : StatusValidation in method protected handleParseError(ce StatusValidation) : void in class com.googlecode.goclipse.tooling.gocode.GocodeOutputParser2 | From | To | |
Inline Method | 1 | ||
Inline Method protected parseMessages(output StringCharSource) : ArrayList<ToolSourceMessage> inlined to public parseOutput(output StringCharSource) : ArrayList<ToolSourceMessage> in class melnorme.lang.tooling.toolchain.ops.BuildOutputParser2 | From | To | |
Change Return Type | 2 | ||
Change Return Type RESULT to ToolResponse<RESULT> in method public parseResult(result ExternalProcessResult) : ToolResponse<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolResultParser | From | To | |
Change Return Type ToolResponse<ArrayList2<ToolCompletionProposal>> to ArrayList2<ToolCompletionProposal> in method public parseOutput(parseSource StringCharSource) : ArrayList2<ToolCompletionProposal> in class com.googlecode.goclipse.tooling.gocode.GocodeOutputParser2 | From | To | |
Rename Class | 2 | ||
Rename Class melnorme.lang.tooling.toolchain.ops.AbstractToolOutputParser2 renamed to melnorme.lang.tooling.toolchain.ops.AbstractToolResultParser | From | To | |
Rename Class melnorme.lang.tooling.toolchain.ops.BuildOutputParser renamed to melnorme.lang.tooling.toolchain.ops.BuildOutputParser2 | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public parseProcessResult(result ExternalProcessResult) : LangCompletionResult extracted from protected doComputeProposals(sourceContext SourceOpContext, cm ICancelMonitor) : LangCompletionResult in class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer & moved to class com.googlecode.goclipse.tooling.gocode.GocodeOutputParser2 | From | To | |
Extract And Move Method public newError(message String) : ToolResponse<DATA> extracted from public executeOp(om IOperationMonitor) : ToolResponse<SourceLocation> in class com.googlecode.goclipse.tooling.oracle.GuruFindDefinitionOperation & moved to class melnorme.lang.tooling.toolchain.ops.ToolResponse | From | To | |
Rename Parameter | 3 | ||
Rename Parameter godefOp : ResultOperation<R> to resultOp : ResultOperation<R> in method protected invokeInBackground(resultOp ResultOperation<R>) : R in class melnorme.lang.ide.ui.utils.operations.ComputeValueUIOperation | From | To | |
Rename Parameter outputSource : String to output : String in method public parseOutput(output String) : RESULT in class melnorme.lang.tooling.toolchain.ops.AbstractToolResultParser | From | To | |
Rename Parameter outputParseSource : StringCharSource to output : StringCharSource in method public abstract parseOutput(output StringCharSource) : RESULT in class melnorme.lang.tooling.toolchain.ops.AbstractToolResultParser | From | To |