253a61c1957941759deff87518989a71c30fc301
Files Diff
- Added: 2
- Removed: 13
- Renamed: 0
- Modified: 276
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSelection() : List<String> renamed to public getValue() : List<String> in class com.vaadin.testbench.elements.CheckBoxGroupElement | From | To | |
Rename Method public testSetValue() : void renamed to public testSetSelection() : void in class com.vaadin.tests.elements.checkboxgroup.CheckBoxGroupSetSelectionTest | From | To | |
Pull Up Method | 6 | ||
Pull Up Method public move(xOffset int, yOffset int) : void from class com.vaadin.testbench.customelements.WindowElement to public move(xOffset int, yOffset int) : void from class com.vaadin.testbench.elements.WindowElement | From | To | |
Pull Up Method public sendKeys(delay int, keysToSend CharSequence...) : void from class com.vaadin.testbench.customelements.ComboBoxElement to public sendKeys(delay int, keysToSend CharSequence...) : void from class com.vaadin.testbench.elements.ComboBoxElement | From | To | |
Pull Up Method public getText() : String from class com.vaadin.testbench.customelements.ComboBoxElement to public getText() : String from class com.vaadin.testbench.elements.ComboBoxElement | From | To | |
Pull Up Method public clear() : void from class com.vaadin.testbench.customelements.ComboBoxElement to public clear() : void from class com.vaadin.testbench.elements.ComboBoxElement | From | To | |
Pull Up Method public sendKeys(keysToSend CharSequence...) : void from class com.vaadin.testbench.customelements.ComboBoxElement to public sendKeys(keysToSend CharSequence...) : void from class com.vaadin.testbench.elements.ComboBoxElement | From | To | |
Pull Up Method public getCollapseMenuToggle() : WebElement from class com.vaadin.testbench.customelements.TableElement to public getCollapseMenuToggle() : WebElement from class com.vaadin.testbench.elements.TableElement | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type expectedSelection : String... to expectedSelection : String in method private assertSelected(expectedSelection String) : void in class com.vaadin.tests.components.radiobuttongroup.RadioButtonGroupTest | From | To | |
Rename Class | 2 | ||
Rename Class com.vaadin.tests.elements.checkboxgroup.CheckBoxGroupSetValueTest renamed to com.vaadin.tests.elements.checkboxgroup.CheckBoxGroupSetSelectionTest | From | To | |
Rename Class com.vaadin.tests.elements.checkboxgroup.CheckBoxGroupSetValue renamed to com.vaadin.tests.elements.checkboxgroup.CheckBoxGroupSetSelection | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.vaadin.testbench.customelements.TableElement.CollapseMenu moved and renamed to com.vaadin.testbench.elements.TableElement.CollapseMenuElement | From | To | |
Change Variable Type | 1 | ||
Change Variable Type notification : ElementQuery<FixedNotificationElement> to notification : ElementQuery<NotificationElement> in method public errorUpdaterShowsErrorNotification() : void in class com.vaadin.v7.tests.components.grid.basicfeatures.client.GridDetailsClientTest | From | To | |
Extract Method | 1 | ||
Extract Method public getOptionElements() : List<WebElement> extracted from public getOptions() : List<String> in class com.vaadin.testbench.elements.CheckBoxGroupElement | From | To |