3514c57b34f4906ad76fde9b26a34c9818b5d083
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getMaxCellWidth(colIndex int) : double renamed to package measureMinCellWidth(colIndex int, withContent boolean) : double in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
| Rename Variable | 2 | ||
| Rename Variable maxCellWidth : double to minCellWidth : double in method package measureMinCellWidth(colIndex int, withContent boolean) : double in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
| Rename Variable cellOriginal : TableCellElement to cell : TableCellElement in method package measureMinCellWidth(colIndex int, withContent boolean) : double in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable cellOriginal : TableCellElement to cell : TableCellElement in method package measureCellWidth(cell TableCellElement, withContent boolean) : double in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type column : Column<?,?> to column : Column<?,T> in method private addSortingIndicatorsToHeaderRow(headerRow HeaderRow, cell FlyweightCell) : void in class com.vaadin.client.widgets.Grid.StaticSectionUpdater | From | To | |
| Inline Variable | 1 | ||
| Inline Variable rowElement : TableRowElement in method package getMaxCellWidth(colIndex int) : double from class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
| Extract Method | 1 | ||
| Extract Method package measureCellWidth(cell TableCellElement, withContent boolean) : double extracted from package getMaxCellWidth(colIndex int) : double in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To |