c45e76b641afb19ec68c408725f4ec2e88a812fa
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type proposals : Indexable<LangCompletionProposal> to proposals : Indexable<ToolCompletionProposal> in method public LangCompletionResult(proposals Indexable<ToolCompletionProposal>) in class melnorme.lang.tooling.completion.LangCompletionResult | From | To | |
Change Return Type | 1 | ||
Change Return Type Indexable<LangCompletionProposal> to Indexable<ToolCompletionProposal> in method protected getProposals() : Indexable<ToolCompletionProposal> in class melnorme.lang.tooling.completion.LangCompletionResult | From | To | |
Rename Attribute | 2 | ||
Rename Attribute timeoutMs : int to timeoutMillis : int in class melnorme.lang.ide.core.operations.TimeoutProgressMonitor | From | To | |
Rename Attribute startTimeMs : long to startTimeMillis : long in class melnorme.lang.ide.core.operations.TimeoutProgressMonitor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type proposal : LangCompletionProposal to proposal : ToolCompletionProposal in method protected computeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : List<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type proposals : Indexable<LangCompletionProposal> to proposals : Indexable<ToolCompletionProposal> in class melnorme.lang.tooling.completion.LangCompletionResult | From | To | |
Rename Parameter | 1 | ||
Rename Parameter timeoutMs : int to timeoutMillis : int in method public TimeoutProgressMonitor(timeoutMillis int) in class melnorme.lang.ide.core.operations.TimeoutProgressMonitor | From | To |