4e8eb29c548128a50a000699f60259243e4695ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type columnId : Object to columnId : String in method protected removeCell(columnId String) : void in class com.vaadin.ui.components.grid.StaticSection.StaticRow | From | To | |
| Rename Variable | 1 | ||
| Rename Variable group : Set<Column<?,?>> to entry : Entry<CELLTYPE,Set<Column<?,?>>> in method package calculateColspans() : void in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow | From | To | |
| Extract Variable | 1 | ||
| Extract Variable columnId : String in method public removeColumn(column Column<T,?>) : void from class com.vaadin.ui.Grid | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type group : Set<Column<?,?>> to entry : Entry<CELLTYPE,Set<Column<?,?>>> in method package calculateColspans() : void in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type cells : Map<Object,CELL> to cells : Map<String,CELL> in class com.vaadin.ui.components.grid.StaticSection.StaticRow | From | To | |
| Change Attribute Type cellGroups : Map<Set<Column<?,?>>,CELLTYPE> to cellGroups : Map<CELLTYPE,Set<Column<?,?>>> in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow | From | To |