f2d8f812efa067b4baa7e27c0ea76f7596b291e6
Files Diff
- Added: 22
- Removed: 20
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testGridChangingSelectionModel_firesSelectionChangeEvent() : void renamed to public gridChangingSelectionModel_firesSelectionChangeEvent() : void in class com.vaadin.tests.components.grid.GridSingleSelectionModelTest | From | To | |
| Rename Method public addSelectionChangeListener(listener SingleSelectionListener<T>) : Registration renamed to public addSelectionListener(listener SingleSelectionListener<T>) : Registration in class com.vaadin.ui.components.grid.SingleSelectionModelImpl | From | To | |
| Push Down Method | 1 | ||
| Push Down Method public deselectAll() : void from class com.vaadin.data.SelectionModel to public deselectAll() : void from class com.vaadin.data.SelectionModel.Multi | From | To | |
| Move Method | 4 | ||
| Move Method public testSelectAllCheckbox() : void from class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest to public testSelectAllCheckbox() : void from class com.vaadin.tests.components.grid.GridSelectAllTest | From | To | |
| Move Method public testSelectAllAndSort() : void from class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest to public testSelectAllAndSort() : void from class com.vaadin.tests.components.grid.GridSelectAllTest | From | To | |
| Move Method public testSelectAllCheckboxWhenChangingModels() : void from class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest to public testSelectAllCheckboxWhenChangingModels() : void from class com.vaadin.tests.components.grid.GridSelectAllTest | From | To | |
| Move Method public testSelectAllCheckboxWithHeaderOperations() : void from class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest to public testSelectAllCheckboxWithHeaderOperations() : void from class com.vaadin.tests.components.grid.GridSelectAllTest | From | To | |
| Extract Class | 1 | ||
| Extract Class com.vaadin.tests.components.grid.GridSelectAllTest from class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest | From | To | |
| Rename Class | 1 | ||
| Rename Class com.vaadin.ui.components.grid.SingleSelectionModel renamed to com.vaadin.ui.components.grid.SingleSelectionModelImpl | From | To | |
| Move Class | 14 | ||
| Move Class com.vaadin.v7.tests.components.grid.GridCustomSelectionModelTest moved to com.vaadin.tests.components.grid.GridCustomSelectionModelTest | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.basicfeatures.server.GridSelectionTest moved to com.vaadin.tests.components.grid.GridSelectionTest | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridMultiSelectionScrollBarTest moved to com.vaadin.tests.components.grid.GridMultiSelectionScrollBarTest | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDragSelectionWhileScrolled moved to com.vaadin.tests.components.grid.GridDragSelectionWhileScrolled | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDefaultSelectionMode moved to com.vaadin.tests.components.grid.GridDefaultSelectionMode | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDisabledMultiselect moved to com.vaadin.tests.components.grid.GridDisabledMultiselect | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridMultiSelectionOnInit moved to com.vaadin.tests.components.grid.GridMultiSelectionOnInit | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDefaultSelectionModeTest moved to com.vaadin.tests.components.grid.GridDefaultSelectionModeTest | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDisabledMultiselectTest moved to com.vaadin.tests.components.grid.GridDisabledMultiselectTest | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridMultiSelectionOnInitTest moved to com.vaadin.tests.components.grid.GridMultiSelectionOnInitTest | From | To | |
| Move Class com.vaadin.tests.widgetset.client.v7.grid.MySelectionModelConnector moved to com.vaadin.tests.widgetset.client.grid.MySelectionModelConnector | From | To | |
| Move Class com.vaadin.client.data.SelectionModel moved to com.vaadin.client.widget.grid.selection.SelectionModel | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridMultiSelectionScrollBar moved to com.vaadin.tests.components.grid.GridMultiSelectionScrollBar | From | To | |
| Move Class com.vaadin.v7.tests.components.grid.GridDragSelectionWhileScrolledTest moved to com.vaadin.tests.components.grid.GridDragSelectionWhileScrolledTest | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.vaadin.client.connectors.grid.MultiSelectionModelConnector from classes [com.vaadin.tests.widgetset.client.grid.MySelectionModelConnector] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type select : SingleSelectionModel<String> to select : SingleSelectionModelImpl<String> in method public addValueChangeListener() : void in class com.vaadin.tests.components.grid.GridSingleSelectionModelTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type selectionModel : SingleSelectionModel<Person> to selectionModel : SingleSelectionModelImpl<Person> in class com.vaadin.tests.components.grid.GridSingleSelectionModelTest | From | To |