8e4b607730fc9ee30519c21779a99cef6440831c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isAsync() : boolean renamed to public isCompleted() : boolean in class com.vaadin.client.widget.grid.EditorHandler.EditorRequest | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute save : Button to saveButton : Button in method protected showOverlay(tr TableRowElement) : void in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Replace Variable With Attribute cancel : Button to cancelButton : Button in method protected showOverlay(tr TableRowElement) : void in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public fail() : void extracted from private endRequest() : void in class com.vaadin.client.connectors.GridConnector.CustomEditorHandler & moved to class com.vaadin.client.widget.grid.EditorHandler.EditorRequest | From | To | |
Extract And Move Method public success() : void extracted from private endRequest() : void in class com.vaadin.client.connectors.GridConnector.CustomEditorHandler & moved to class com.vaadin.client.widget.grid.EditorHandler.EditorRequest | From | To |