700742c85872c018af017f757fde64d564050811
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 5 | ||
Extract Method private setColumnOrder(columns Stream<Column<T,?>>) : void extracted from public setColumnOrder(columns Column<T,?>...) : void in class com.vaadin.ui.Grid | From | To | |
Extract Method public join(columnsToMerge Column<?,?>...) : HeaderCell extracted from public join(cellsToMerge HeaderCell...) : HeaderCell in class com.vaadin.ui.components.grid.Header.Row | From | To | |
Extract Method public join(columnsToMerge Column<?,?>...) : FooterCell extracted from public join(cellsToMerge FooterCell...) : FooterCell in class com.vaadin.ui.components.grid.Footer.Row | From | To | |
Extract Method private join(cellStream Stream<FooterCell>) : FooterCell extracted from public join(cellsToMerge FooterCell...) : FooterCell in class com.vaadin.ui.components.grid.Footer.Row | From | To | |
Extract Method private join(cellStream Stream<HeaderCell>) : HeaderCell extracted from public join(cellsToMerge HeaderCell...) : HeaderCell in class com.vaadin.ui.components.grid.Header.Row | From | To |