8cf7b41e3f3dddb0a83cbc422511adb24796f85d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable dragSourceComponent : Grid<Bean> to grid : Grid<Person> in method private createGridAndFillWithData(numberOfItems int) : Grid<Person> in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Rename Variable dropTargetComponent : Grid<Bean> to right : Grid<Person> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Rename Variable dragSourceComponent : Grid<Bean> to left : Grid<Person> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Rename Variable ret : JsonObject to data : JsonObject in method private applyDragSource(grid Grid<Person>) : GridDragSource<Person> in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Change Variable Type | 5 | ||
Change Variable Type dragSource : GridDragSource<Bean> to dragSource : GridDragSource<Person> in method private applyDragSource(grid Grid<Person>) : GridDragSource<Person> in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Change Variable Type dragSourceComponent : Grid<Bean> to grid : Grid<Person> in method private createGridAndFillWithData(numberOfItems int) : Grid<Person> in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Change Variable Type dragSourceComponent : Grid<Bean> to left : Grid<Person> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Change Variable Type dropTargetComponent : Grid<Bean> to right : Grid<Person> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Change Variable Type dropTarget : GridDropTarget<Bean> to dropTarget : GridDropTarget<Person> in method private applyDropTarget(grid Grid<Person>) : GridDropTarget<Person> in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Extract Method | 3 | ||
Extract Method private applyDragSource(grid Grid<Person>) : GridDragSource<Person> extracted from protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Extract Method private createGridAndFillWithData(numberOfItems int) : Grid<Person> extracted from protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To | |
Extract Method private applyDropTarget(grid Grid<Person>) : GridDropTarget<Person> extracted from protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDragAndDrop | From | To |