b89b7f2d05dd66ce588311720a9ec6121a39d83c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type dataCommunicator : DataCommunicator<T> to dataCommunicator : DataCommunicator<T,?> in method protected AbstractListing(dataCommunicator DataCommunicator<T,?>) in class com.vaadin.ui.AbstractListing | From | To | |
Change Parameter Type dataProvider : DataProvider<T,?> to dataProvider : DataProvider<T,F> in method public setDataProvider(dataProvider DataProvider<T,F>) : void in class com.vaadin.server.data.DataCommunicator | From | To | |
Change Parameter Type dataCommunicator : DataCommunicator<T> to dataCommunicator : DataCommunicator<T,?> in method protected AbstractSingleSelect(dataCommunicator DataCommunicator<T,?>) in class com.vaadin.ui.AbstractSingleSelect | From | To | |
Change Return Type | 2 | ||
Change Return Type DataProvider<T,?> to DataProvider<T,F> in method public getDataProvider() : DataProvider<T,F> in class com.vaadin.server.data.DataCommunicator | From | To | |
Change Return Type DataCommunicator<T> to DataCommunicator<T,?> in method public getDataCommunicator() : DataCommunicator<T,?> in class com.vaadin.ui.AbstractListing | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type dataCommunicator : DataCommunicator<T> to dataCommunicator : DataCommunicator<T,?> in class com.vaadin.ui.AbstractListing | From | To | |
Change Attribute Type dataProvider : DataProvider<T,?> to dataProvider : DataProvider<T,F> in class com.vaadin.server.data.DataCommunicator | From | To |