b541e8e4e9346971f33025135619120166aac425
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private showError(details String, caption String, message String, url String) : void from class com.vaadin.client.ApplicationConnection to public showError(connection ApplicationConnection, caption String, message String, details String, url String) : void from class com.vaadin.client.ui.VNotification | From | To | |
Move Class | 1 | ||
Move Class com.vaadin.client.ApplicationConnection.NotificationRedirect moved to com.vaadin.client.ui.VNotification.NotificationRedirect | From | To | |
Extract Variable | 1 | ||
Extract Variable cb : WebElement in method protected click(checkbox CheckBoxElement) : void from class com.vaadin.tests.tb3.AbstractTB3Test | From | To | |
Extract Method | 1 | ||
Extract Method private testCriticalNotification(buttonCaption String, withDetails boolean) : void extracted from private testCriticalNotification(buttonCaption String) : void in class com.vaadin.tests.application.CriticalNotificationsTestBase | From | To |