71679dfd1626737081b86127e6c547e37c77923f
Files Diff
- Added: 14
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type children : Set<T> to children : List<T> in method public setChildren(children List<T>) : void in class com.vaadin.data.HierarchyData.HierarchyWrapper | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Set<T> to List<T> in method public getChildren() : List<T> in class com.vaadin.data.HierarchyData.HierarchyWrapper | From | To | |
| Move Class | 1 | ||
| Move Class com.vaadin.tests.components.treegrid.TreeGridBasicFeatures.TestDataProvider.HierarchyWrapper moved to com.vaadin.data.HierarchyData.HierarchyWrapper | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable bodyElement : Element to body : Element in method protected writeData(body Element, designContext DesignContext) : void in class com.vaadin.ui.Grid | From | To | |
| Extract Variable | 1 | ||
| Extract Variable rowData : JsonObject in method public onEvent(event Grid.GridEvent<JsonObject>) : void from class com.vaadin.client.connectors.treegrid.TreeGridConnector.NavigationEventHandler | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type children : Set<T> to children : List<T> in class com.vaadin.data.HierarchyData.HierarchyWrapper | From | To | |
| Change Attribute Type grid : TreeGrid<TestBean> to grid : TreeGrid<HierarchicalTestBean> in class com.vaadin.tests.components.treegrid.TreeGridBasicFeatures | From | To | |
| Extract Method | 3 | ||
| Extract Method protected setPushRows(pushRows Range) : void extracted from public setDataProvider(dataProvider DataProvider<T,F>, initialFilter F) : SerializableConsumer<F> in class com.vaadin.data.provider.DataCommunicator | From | To | |
| Extract Method protected sendDataToClient(initial boolean) : void extracted from public beforeClientResponse(initial boolean) : void in class com.vaadin.data.provider.DataCommunicator | From | To | |
| Extract Method protected writeData(body Element, designContext DesignContext) : void extracted from private writeStructure(design Element, designContext DesignContext) : void in class com.vaadin.ui.Grid | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method protected onDropRows(keys JsonArray) : void extracted from public dropRows(keys JsonArray) : void in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc & moved to class com.vaadin.data.provider.DataCommunicator | From | To | |
| Extract And Move Method protected onRequestRows(firstRowIndex int, numberOfRows int, firstCachedRowIndex int, cacheSize int) : void extracted from public requestRows(firstRowIndex int, numberOfRows int, firstCachedRowIndex int, cacheSize int) : void in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc & moved to class com.vaadin.data.provider.DataCommunicator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter row : JsonObject to rowData : JsonObject in method protected updateRowData(rowData JsonObject) : void in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource | From | To |