7774ca67931f4c947e6b0ac12cbf652c9f76c546
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private performSelection(selectedKey String) : void from class com.vaadin.client.ui.combobox.ComboBoxConnector to private performSelection(selectedKey String, oldSuggestionTextMatchTheOldSelection boolean, updatePromptAndSelectionIfMatchFound boolean) : void from class com.vaadin.client.ui.VFilterSelect | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public updateSelectionFromServer(selectedKey String, selectedCaption String, oldSuggestionTextMatchTheOldSelection boolean) : void extracted from public updateFromUIDL(uidl UIDL, client ApplicationConnection) : void in class com.vaadin.client.ui.combobox.ComboBoxConnector & moved to class com.vaadin.client.ui.VFilterSelect.DataReceivedHandler | From | To |