e905e2bb8057d19128bc5bd052d73ee8f29687a8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getEffectAllowed() : EffectAllowed renamed to public getDropEffect() : DropEffect in class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type effectAllowed : EffectAllowed to dropEffect : DropEffect in method public DragEndEvent(source T, dataTransferText String, dropEffect DropEffect) in class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Change Return Type | 1 | ||
| Change Return Type EffectAllowed to DropEffect in method public getDropEffect() : DropEffect in class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private dropEffect : DropEffect from class com.vaadin.event.dnd.DropEvent to private dropEffect : DropEffect from class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute effectAllowed : EffectAllowed to dropEffect : DropEffect in class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type effectAllowed : EffectAllowed to dropEffect : DropEffect in class com.vaadin.event.dnd.DragEndEvent | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter effectAllowed : EffectAllowed to dropEffect : DropEffect in method public DragEndEvent(source T, dataTransferText String, dropEffect DropEffect) in class com.vaadin.event.dnd.DragEndEvent | From | To |