0c471fbab5149b2bf7851631706cef2fda29a1d9
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type items : T... to items : Collection<T> in method public setItems(items Collection<T>) : void in class com.vaadin.data.HasDataProvider | From | To | |
Move Method | 1 | ||
Move Method public setItems(items T...) : void from class com.vaadin.ui.ComboBox to public setItems(items Collection<T>) : void from class com.vaadin.data.HasDataProvider | From | To | |
Extract Interface | 1 | ||
Extract Interface com.vaadin.data.HasDataProvider from classes [com.vaadin.ui.CheckBoxGroup, com.vaadin.ui.Grid, com.vaadin.ui.ListSelect, com.vaadin.ui.NativeSelect, com.vaadin.ui.RadioButtonGroup, com.vaadin.ui.TwinColSelect] | From | To |