3064064843a859aab1e3a7a8672bc4daa7210b2d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type ce : CoreException to ce : CommonException in method protected handleExceptionInUI(ce CommonException) : void in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pm : IProgressMonitor to pm : TimeoutProgressMonitor in method protected doComputeCompletionProposals(context LangContentAssistInvocationContext, offset int) : List<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer | From | To | |
| Extract Method | 1 | ||
| Extract Method protected computeProposals(context LangContentAssistInvocationContext, offset int, pm TimeoutProgressMonitor) : List<ICompletionProposal> extracted from protected doComputeCompletionProposals(context LangContentAssistInvocationContext, offset int) : List<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer | From | To |