fa63d1ee18d36fca05ce964d34d2f3943ad9c2c9
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected doInvokeContentAssistEngine(context LangContentAssistInvocationContext, offset int, pm IProgressMonitor) : LangCompletionResult renamed to protected doComputeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : LangCompletionResult in class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer | From | To | |
Rename Method protected doComputeCompletionProposals(context LangContentAssistInvocationContext, offset int) : List<ICompletionProposal> renamed to protected computeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : List<ICompletionProposal> in class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type pm : IProgressMonitor to pm : TimeoutProgressMonitor in method protected doComputeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : LangCompletionResult in class com.googlecode.goclipse.ui.editor.GocodeCompletionProposalComputer | From | To |