0e141e31bb30a0ab6726129f3c9fa892c92573e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 9 | ||
Push Down Method public success() : void from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public success() : void from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public getRow() : T from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public getRow() : T from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public isCompleted() : boolean from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public isCompleted() : boolean from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public getRowIndex() : int from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public getRowIndex() : int from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public EditorRequest(grid Grid<T>, rowIndex int, callback RequestCallback<T>) from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public EditorRequestImpl(grid Grid<T>, rowIndex int, callback RequestCallback<T>) from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method private complete() : void from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to private complete(errorColumns Collection<Column<?,T>>) : void from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public getGrid() : Grid<T> from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public getGrid() : Grid<T> from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public getWidget(column Grid.Column<?,T>) : Widget from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public getWidget(column Grid.Column<?,T>) : Widget from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Method public fail() : void from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to public failure(errorColumns Collection<Grid.Column<?,T>>) : void from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Extract Subclass | 1 | ||
Extract Subclass com.vaadin.client.widgets.Grid.EditorRequestImpl from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type request : EditorRequest<?> to request : EditorRequest<JsonObject> in method private startRequest(request EditorRequest<JsonObject>) : void in class com.vaadin.client.connectors.GridConnector.CustomEditorHandler | From | To | |
Push Down Attribute | 4 | ||
Push Down Attribute private rowIndex : int from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to private rowIndex : int from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Attribute private completed : boolean from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to private completed : boolean from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Attribute private callback : RequestCallback<T> from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to private callback : RequestCallback<T> from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Push Down Attribute private grid : Grid<T> from class com.vaadin.client.widget.grid.EditorHandler.EditorRequest to private grid : Grid<T> from class com.vaadin.client.widgets.Grid.EditorRequestImpl | From | To | |
Move Class | 1 | ||
Move Class com.vaadin.client.widget.grid.EditorHandler.EditorRequest.RequestCallback moved to com.vaadin.client.widgets.Grid.EditorRequestImpl.RequestCallback | From | To | |
Extract Variable | 3 | ||
Extract Variable message : String in method public commitError(event CommitErrorEvent) : void from class com.vaadin.ui.Grid.DefaultEditorErrorHandler | From | To | |
Extract Variable event : CommitErrorEvent in method public save(rowIndex int) : void from class com.vaadin.ui.Grid.initGrid.registerRpc | From | To | |
Extract Variable firstErrorPropertyId : Object in method public commitError(event CommitErrorEvent) : void from class com.vaadin.ui.Grid.DefaultEditorErrorHandler | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type saveRequestCallback : RequestCallback<T> to saveRequestCallback : EditorRequestImpl.RequestCallback<T> in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Change Attribute Type bindRequestCallback : RequestCallback<T> to bindRequestCallback : EditorRequestImpl.RequestCallback<T> in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Change Attribute Type currentRequest : EditorRequest<?> to currentRequest : EditorRequest<JsonObject> in class com.vaadin.client.connectors.GridConnector.CustomEditorHandler | From | To |