4be96f6e63afb147cdb88730ff89c1fb74246fbd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected doInvokeContentAssistEngine(context LangContentAssistInvocationContext, offset int, pm IProgressMonitor) : LangCompletionResult renamed to protected doComputeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : LangCompletionResult in class LANG_PROJECT_ID.ide.ui.editor.LANGUAGE_CompletionProposalComputer | 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 LANG_PROJECT_ID.ide.ui.editor.LANGUAGE_CompletionProposalComputer | From | To |