1891ffa6e1c4db8bc0d0f60eca255895a6448bdd
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable s : ComboBoxSuggestion to suggestion : ComboBoxSuggestion in method public setSuggestions(suggestions Collection<ComboBoxSuggestion>) : void in class com.vaadin.client.ui.VComboBox.SuggestionMenu | From | To | |
Extract Variable | 1 | ||
Extract Variable suggestion : ComboBoxSuggestion in method private updateSuggestions(start int, end int) : void from class com.vaadin.client.ui.combobox.ComboBoxConnector | From | To | |
Extract Method | 1 | ||
Extract Method private updateSelectedItemCaption() : void extracted from protected doSetSelectedKey(key String) : void in class com.vaadin.ui.ComboBox | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getNullSelectionItemShouldBeVisible() : boolean extracted from public showSuggestions(currentPage int, totalSuggestions int) : void in class com.vaadin.client.ui.VComboBox.SuggestionPopup & moved to class com.vaadin.client.ui.VComboBox | From | To | |
Extract And Move Method public getNullSelectionItemShouldBeVisible() : boolean extracted from private refreshData() : void in class com.vaadin.client.ui.combobox.ComboBoxConnector & moved to class com.vaadin.client.ui.VComboBox | From | To |