13747f7003625a012bfdc788a11482a346bcba4d
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type selectionModel : SelectionModel.Multi<T> to selectionModel : SelectionModel in method public SelectAllEvent(selectionModel SelectionModel) in class com.vaadin.client.widget.grid.events.SelectAllEvent | From | To | |
| Change Return Type | 2 | ||
| Change Return Type SelectionModel.Multi<T> to SelectionModel in method public getSelectionModel() : SelectionModel in class com.vaadin.client.widget.grid.events.SelectAllEvent | From | To | |
| Change Return Type AbstractListingConnector<SELECTIONMODEL> to AbstractListingConnector in method public getParent() : AbstractListingConnector in class com.vaadin.client.connectors.selection.AbstractSelectionConnector | From | To | |
| Move Class | 1 | ||
| Move Class com.vaadin.shared.data.selection.SelectionModel moved to com.vaadin.data.SelectionModel | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type model : SelectionModel.Multi<T> to model : SelectionModel<T> in method protected setDefaultHeaderContent(selectionCell HeaderCell) : void in class com.vaadin.client.widgets.Grid.SelectionColumn | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.vaadin.client.data.SelectionModel from classes [com.vaadin.data.SelectionModel.Single, com.vaadin.data.SelectionModel.Multi] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type selectionModel : SelectionModel.Multi<T> to selectionModel : SelectionModel in class com.vaadin.client.widget.grid.events.SelectAllEvent | From | To |