cdb8996e925784c908b8b7607b1650c09811f293
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable someColumnExpands : boolean to defaultExpandRatios : boolean in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator | From | To | |
Rename Variable totalWidth : int to prevWidth : int in method public testColumnsExpandWithGrid() : void in class com.vaadin.tests.components.grid.GridWidthIncreaseTest | From | To | |
Change Variable Type | 7 | ||
Change Variable Type columnsToExpand : Set<Column<?,?>> to columnsToExpand : Set<Column<?,T>> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator | From | To | |
Change Variable Type row : com.google.gwt.dom.client.Element to row : Element in method protected reapplyRowWidths() : void in class com.vaadin.client.widgets.Escalator.AbstractRowContainer | From | To | |
Change Variable Type column : Column<?,?> to column : Column<?,T> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator | From | To | |
Change Variable Type i : Iterator<Column<?,?>> to i : Iterator<Column<?,T>> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter someColumnExpands : boolean to defaultExpandRatios : boolean in method private getExpandRatio(column Column<?,?>, defaultExpandRatios boolean) : int in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator | From | To |