60db37dfaaa7d04bb393a27b888110dc73299404
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable key : String to keys : List<String> in method protected init() : void in class com.vaadin.client.connectors.treegrid.TreeGridConnector | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to int in method protected expand(expandedRowKey String, expandedRowIndex int, expandedNodeSize int) : int in class com.vaadin.data.provider.HierarchyMapper | From | To | |
| Extract Variable | 1 | ||
| Extract Variable expandSize : int in method protected expand(expandedRowKey String, expandedRowIndex int, expandedNodeSize int) : int from class com.vaadin.data.provider.HierarchyMapper | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type key : String to keys : List<String> in method protected init() : void in class com.vaadin.client.connectors.treegrid.TreeGridConnector | From | To | |
| Extract Method | 3 | ||
| Extract Method private setCollapsed(rowIndex int, collapsed boolean, userOriginated boolean) : void extracted from private setCollapsed(rowIndex int, collapsed boolean) : void in class com.vaadin.client.connectors.treegrid.TreeGridConnector | From | To | |
| Extract Method private sendDroppedRows() : void extracted from protected requestRows(firstRowIndex int, numberOfRows int, callback RequestRowsCallback<JsonObject>) : void in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource | From | To | |
| Extract Method private checkExpand() : void extracted from protected init() : void in class com.vaadin.client.connectors.treegrid.TreeGridConnector | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter expanedRowKey : String to expandedRowKey : String in method protected expand(expandedRowKey String, expandedRowIndex int, expandedNodeSize int) : int in class com.vaadin.data.provider.HierarchyMapper | From | To |