8300e3e9f079e901765bbae74b15d8f0c05c4160
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public create(items Stream<T>) : ListDataProvider<T> renamed to public fromStream(items Stream<T>) : ListDataProvider<T> in class com.vaadin.data.provider.DataProvider | From | To | |
Rename Method public create(items Collection<T>) : ListDataProvider<T> renamed to public ofCollection(items Collection<T>) : ListDataProvider<T> in class com.vaadin.data.provider.DataProvider | From | To | |
Rename Method public create(items T...) : ListDataProvider<T> renamed to public ofItems(items T...) : ListDataProvider<T> in class com.vaadin.data.provider.DataProvider | From | To |