53a4b2c77a6af86c157884c62e6193911242a7f9
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private allSelected : boolean from class com.vaadin.ui.Grid.MultiSelectionModel to public allSelected : boolean from class com.vaadin.shared.ui.grid.selection.MultiSelectionModelState | From | To | |
Change Variable Type | 2 | ||
Change Variable Type renderer : Renderer to renderer : Renderer<?> in method public preDetach(row Row, cellsToDetach Iterable<FlyweightCell>) : void in class com.vaadin.client.widgets.Grid.BodyUpdater | From | To | |
Change Variable Type renderer : Renderer to renderer : Renderer<?> in method public postDetach(row Row, detachedCells Iterable<FlyweightCell>) : void in class com.vaadin.client.widgets.Grid.BodyUpdater | From | To | |
Extract Method | 5 | ||
Extract Method protected deselect(itemIds Collection<?>, refresh boolean) : boolean extracted from public deselect(itemIds Collection<?>) : boolean in class com.vaadin.ui.Grid.MultiSelectionModel | From | To | |
Extract Method protected select(itemIds Collection<?>, refresh boolean) : boolean extracted from public select(itemIds Collection<?>) : boolean in class com.vaadin.ui.Grid.MultiSelectionModel | From | To | |
Extract Method protected deselectAll(refresh boolean) : boolean extracted from public deselectAll() : boolean in class com.vaadin.ui.Grid.MultiSelectionModel | From | To | |
Extract Method protected select(itemId Object, refresh boolean) : boolean extracted from public select(itemId Object) : boolean in class com.vaadin.ui.Grid.SingleSelectionModel | From | To | |
Extract Method protected selectAll(refresh boolean) : boolean extracted from public selectAll() : boolean in class com.vaadin.ui.Grid.MultiSelectionModel | From | To |