914eafd5fe7d43290abe0b6b07678df0a8f45ee0
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type changedFrom : int to changedFrom : double in method private debugSizeChange(element Element, sizeChangeType String, changedFrom double, changedTo double) : void in class com.vaadin.client.MeasuredSize | From | To | |
Change Parameter Type height : int to height : double in method public setOuterHeight(height double) : boolean in class com.vaadin.client.MeasuredSize | From | To | |
Change Parameter Type width : int to width : double in method public setOuterWidth(width double) : boolean in class com.vaadin.client.MeasuredSize | From | To | |
Change Parameter Type changedTo : int to changedTo : double in method private debugSizeChange(element Element, sizeChangeType String, changedFrom double, changedTo double) : void in class com.vaadin.client.MeasuredSize | From | To | |
Change Return Type | 4 | ||
Change Return Type int to double in method public getOuterHeight() : double in class com.vaadin.client.MeasuredSize | From | To | |
Change Return Type int to double in method public getOuterWidth() : double in class com.vaadin.client.MeasuredSize | From | To | |
Change Return Type int to double in method public getInnerWidth() : double in class com.vaadin.client.MeasuredSize | From | To | |
Change Return Type int to double in method public getInnerHeight() : double in class com.vaadin.client.MeasuredSize | From | To | |
Change Variable Type | 4 | ||
Change Variable Type requiredHeight : int to requiredHeight : double in method public measure(element Element) : MeasureResult in class com.vaadin.client.MeasuredSize | From | To | |
Change Variable Type requiredWidth : int to requiredWidth : double in method public measure(element Element) : MeasureResult in class com.vaadin.client.MeasuredSize | From | To | |
Change Variable Type oldWidth : int to oldWidth : double in method public measure(element Element) : MeasureResult in class com.vaadin.client.MeasuredSize | From | To | |
Change Variable Type oldHeight : int to oldHeight : double in method public measure(element Element) : MeasureResult in class com.vaadin.client.MeasuredSize | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type width : int to width : double in class com.vaadin.client.MeasuredSize | From | To | |
Change Attribute Type height : int to height : double in class com.vaadin.client.MeasuredSize | From | To |