9b7d34fc41c0e088069455639cca2f32750291f6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type data : Stream<T> to data : List<T> in method protected pushData(firstIndex int, data List<T>) : void in class com.vaadin.data.provider.DataCommunicator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable collected : List<T> to data : List<T> in method protected pushData(firstIndex int, data List<T>) : void in class com.vaadin.data.provider.DataCommunicator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rowsToPush : Stream<T> to rowsToPush : List<T> in method protected sendDataToClient(initial boolean) : void in class com.vaadin.data.provider.DataCommunicator | From | To |