7476bdb00fb112eecaf503a9d4f6a33bce5618bf
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getItemStyleProvider() : ItemStyleProvider<T> renamed to public getStyleGenerator() : StyleGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Change Return Type | 1 | ||
Change Return Type ItemStyleProvider<T> to StyleGenerator<T> in method public getStyleGenerator() : StyleGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.vaadin.ui.ComboBox.ItemStyleProvider moved and renamed to com.vaadin.ui.StyleGenerator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute itemStyleProvider : ItemStyleProvider<T> to itemStyleGenerator : StyleGenerator<T> in class com.vaadin.ui.ComboBox | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type itemStyleProvider : ItemStyleProvider<T> to itemStyleGenerator : StyleGenerator<T> in class com.vaadin.ui.ComboBox | From | To |