849c92d431ca2d4d591b2ca61c541aa40f754e83
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkCellGroupAndOrder(columnOrder List<Column<?,?>>, cellGroup Set<Column<?,?>>) : boolean renamed to private checkMergedCellIsContinuous(mergedCell Set<Column<?,?>>) : boolean in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cellGroup : Set<Column<?,?>> to mergedCell : Set<Column<?,?>> in method private checkMergedCellIsContinuous(mergedCell Set<Column<?,?>>) : boolean in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow | From | To |