7b9c6bd5d13cf9c004d1cb2d544683ed3e7b17e5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type sizeCallback : SerializableFunction<Query<T,F>,Integer> to sizeCallback : SerializableToIntFunction<Query<T,F>> in method public BackEndDataProvider(request SerializableFunction<Query<T,F>,Stream<T>>, sizeCallback SerializableToIntFunction<Query<T,F>>) in class com.vaadin.data.provider.BackEndDataProvider | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sizeCallback : SerializableFunction<Query<T,F>,Integer> to sizeCallback : SerializableToIntFunction<Query<T,F>> in class com.vaadin.data.provider.BackEndDataProvider | From | To |