522c3dd8f3b64e772f7e41205308fc24a56426f4
Files Diff
- Added: 25
- Removed: 24
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public init() : void renamed to public setup(request VaadinRequest) : void in class com.vaadin.tests.containers.sqlcontainer.TableQueryWithNonUniqueFirstPrimaryKey | From | To | |
Rename Method protected getDescription() : String renamed to protected getTestDescription() : String in class com.vaadin.tests.converter.ConverterThatEnforcesAFormat | From | To | |
Rename Method protected getDescription() : String renamed to protected getTestDescription() : String in class com.vaadin.tests.components.window.WindowShouldRemoveActionHandler | From | To | |
Rename Method protected getDescription() : String renamed to protected getTestDescription() : String in class com.vaadin.tests.dd.DDTest8 | From | To | |
Rename Method protected getDescription() : String renamed to protected getTestDescription() : String in class com.vaadin.tests.components.window.CloseSubWindow | From | To | |
Rename Variable | 2 | ||
Rename Variable idx : HierarchicalContainer to container : HierarchicalContainer in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.dd.DDTest8 | From | To | |
Rename Variable t : Tree to tree : Tree in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.dd.DDTest8 | From | To | |
Rename Class | 1 | ||
Rename Class com.vaadin.tests.components.ui.PollListenerTest renamed to com.vaadin.tests.components.ui.PollListening | From | To | |
Extract Variable | 2 | ||
Extract Variable browserLabel : Label in method private addDetail(name String, param String, value Object) : void from class com.vaadin.tests.components.ui.UIInitBrowserDetails | From | To | |
Extract Variable requestLabel : Label in method private addDetail(name String, param String, value Object) : void from class com.vaadin.tests.components.ui.UIInitBrowserDetails | From | To | |
Extract Method | 1 | ||
Extract Method private getDropHandler(tree Tree, container HierarchicalContainer) : DropHandler extracted from protected setup() : void in class com.vaadin.tests.dd.DDTest8 | From | To |