43f7b2c29d8c8b350a9ae30079d163968f70f762
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type list : List<K> to list : List<E> in method protected ListView(list List<E>) in class melnorme.utilbox.collections.ListView | From | To | |
Change Return Type | 1 | ||
Change Return Type K to E in method public get(index int) : E in class melnorme.utilbox.collections.ListView | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type list : List<K> to list : List<E> in class melnorme.utilbox.collections.ListView | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public create(list List<E>) : ListView<E> extracted from protected doComputeCompletionProposals(context SourceOperationContext, offset int) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.templates.LangTemplateCompletionProposalComputer & moved to class melnorme.utilbox.collections.ListView | From | To |