13e3d235e5ce62ad03a2da0046162e10bd5bd94c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addNotifyHandler(selectionChanged Consumer<JsonObject>) : Registration renamed to public addSelectionChangeHandler(selectionChanged BiConsumer<JsonObject,Boolean>) : Registration in class com.vaadin.client.ui.VCheckBoxGroup | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type selectionChanged : Consumer<JsonObject> to selectionChanged : BiConsumer<JsonObject,Boolean> in method public addSelectionChangeHandler(selectionChanged BiConsumer<JsonObject,Boolean>) : Registration in class com.vaadin.client.ui.VCheckBoxGroup | From | To | |
Change Variable Type | 1 | ||
Change Variable Type selected : boolean to selected : Boolean in method public onClick(event ClickEvent) : void in class com.vaadin.client.ui.VCheckBoxGroup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type selectionChangeListeners : List<Consumer<JsonObject>> to selectionChangeListeners : List<BiConsumer<JsonObject,Boolean>> in class com.vaadin.client.ui.VCheckBoxGroup | From | To |