411b8dedb02be7ed1a9332fc1f965e583bd313cc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 41
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setDataProvider(dataProvider DataProvider<T,?>) : void renamed to protected internalSetDataProvider(dataProvider DataProvider<T,?>) : void in class com.vaadin.ui.AbstractListing | From | To | |
| Rename Method public getDataProvider() : DataProvider<T,?> renamed to protected internalGetDataProvider() : DataProvider<T,?> in class com.vaadin.ui.AbstractListing | From | To | |
| Change Return Type | 7 | ||
| Change Return Type DataProvider<T,?> to D in method public getDataProvider() : D in class com.vaadin.data.Listing | From | To | |
| Change Return Type void to List<T> in method protected readItems(design Element, context DesignContext) : List<T> in class com.vaadin.ui.CheckBoxGroup | From | To | |
| Change Return Type void to List<T> in method protected readItems(design Element, context DesignContext) : List<T> in class com.vaadin.ui.RadioButtonGroup | From | To | |
| Change Return Type void to List<T> in method protected readItems(design Element, context DesignContext) : List<T> in class com.vaadin.ui.AbstractSingleSelect | From | To | |
| Change Return Type Iterable<AbstractMultiSelect<String>> to Iterable<?> in method public multiSelects() : Iterable<?> in class com.vaadin.ui.AbstractMultiSelectTest | From | To | |
| Change Return Type void to List<T> in method protected readItems(design Element, context DesignContext) : List<T> in class com.vaadin.ui.AbstractMultiSelect | From | To | |
| Change Return Type void to List<T> in method protected readItems(design Element, context DesignContext) : List<T> in class com.vaadin.ui.ComboBox | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type select : AbstractListing<Integer> to select : T in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.AbstractListingFocusBlurTest | From | To | |
| Change Variable Type clazz : Class<?> to clazz : Class<T> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.AbstractListingFocusBlurTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type selectToTest : AbstractMultiSelect<String> to selectToTest : S in class com.vaadin.ui.AbstractMultiSelectTest | From | To |