8939d3257f2f48ce5525b908c3d3450cee837aaf
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getItemCaptionProvider() : ItemCaptionProvider<T> renamed to public getItemCaptionGenerator() : ItemCaptionGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Rename Method public setItemCaptionProvider(itemCaptionProvider ItemCaptionProvider<T>) : void renamed to public setItemCaptionGenerator(itemCaptionGenerator ItemCaptionGenerator<T>) : void in class com.vaadin.ui.ComboBox | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type itemCaptionProvider : ItemCaptionProvider<T> to itemCaptionGenerator : ItemCaptionGenerator<T> in method public setItemCaptionGenerator(itemCaptionGenerator ItemCaptionGenerator<T>) : void in class com.vaadin.ui.ComboBox | From | To | |
Change Return Type | 1 | ||
Change Return Type ItemCaptionProvider<T> to ItemCaptionGenerator<T> in method public getItemCaptionGenerator() : ItemCaptionGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.vaadin.ui.ComboBox.ItemCaptionProvider moved and renamed to com.vaadin.ui.ItemCaptionGenerator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute itemCaptionProvider : ItemCaptionProvider<T> to itemCaptionGenerator : ItemCaptionGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type itemCaptionProvider : ItemCaptionProvider<T> to itemCaptionGenerator : ItemCaptionGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Rename Parameter | 1 | ||
Rename Parameter itemCaptionProvider : ItemCaptionProvider<T> to itemCaptionGenerator : ItemCaptionGenerator<T> in method public setItemCaptionGenerator(itemCaptionGenerator ItemCaptionGenerator<T>) : void in class com.vaadin.ui.ComboBox | From | To |