c7b7bfae94855e739dbd1928aec947f683269780
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method protected handleResult(offset int, results ArrayList<ICompletionProposal>, prefix String, completionEntry String) : void from class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer to protected handleResult(offset int, prefix String, completionEntry String) : ToolCompletionProposal from class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer.GocodeOutputParser | From | To | |
| Move Method protected getProposal(offset int, prefix String, type String, identifier String, spec String) : ToolCompletionProposal from class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer to protected getProposal(offset int, prefix String, type String, identifier String, spec String) : ToolCompletionProposal from class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer.GocodeOutputParser | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to ToolCompletionProposal in method protected handleResult(offset int, prefix String, completionEntry String) : ToolCompletionProposal in class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer.GocodeOutputParser | From | To | |
| Extract Variable | 1 | ||
| Extract Variable source : String in method protected computeProposals(context SourceOperationContext, offset int, pm TimeoutProgressMonitor) : Indexable<ICompletionProposal> from class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter source : StringParseSource to outputParseSource : StringParseSource in method protected abstract parse(outputParseSource StringParseSource) : RESULT in class melnorme.lang.tooling.ops.AbstractToolOutputParser | From | To |