c4f8524ea881e6a946ac9e9e1911fd2873f484e9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable dragSource : EventTarget to target : EventTarget in method protected addDragListeners(element Element) : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To | |
Rename Variable dragSource : EventTarget to target : EventTarget in method protected removeDragListeners(element Element) : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dragSource : EventTarget to dragSource : Element in method public onUnregister() : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To | |
Extract Method | 3 | ||
Extract Method protected setDraggable(element Element) : void extracted from protected extend(target ServerConnector) : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To | |
Extract Method protected removeDragListeners(element Element) : void extracted from public onUnregister() : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To | |
Extract Method protected addDragListeners(element Element) : void extracted from protected extend(target ServerConnector) : void in class com.vaadin.client.extensions.DragSourceExtensionConnector | From | To |