7d2d091ecbb0b995dc46074725eabb456609cdf3
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type expansionRatios : int[] to expansionRatios : float[] in method private distributeSpanSize(dimensions int[], spanStartIndex int, spanSize int, spacingSize int, size int, expansionRatios float[]) : void in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Return Type | 2 | ||
Change Return Type int[] to float[] in method private calcColumnExpandRatio() : float[] in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Return Type int[] to float[] in method private calcRowExpandRatio() : float[] in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Variable Type | 4 | ||
Change Variable Type actualExpandRatio : int[] to actualExpandRatio : float[] in method package expandColumns() : void in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Variable Type actualExpandRatio : int[] to actualExpandRatio : float[] in method package expandRows() : void in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Variable Type expandRatioSum : int to expandRatioSum : float in method package expandColumns() : void in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Variable Type expandRatioSum : int to expandRatioSum : float in method package expandRows() : void in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type rowExpandRatioArray : int[] to rowExpandRatioArray : float[] in class com.vaadin.client.ui.VGridLayout | From | To | |
Change Attribute Type colExpandRatioArray : int[] to colExpandRatioArray : float[] in class com.vaadin.client.ui.VGridLayout | From | To |