550bd1e5e42b97de54ebcd02fda17325d52ef67d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testNoScrollAfterEditByMouse() : void renamed to public testNoScrollAfterMouseOpen() : void in class com.vaadin.tests.components.grid.basicfeatures.server.GridEditorTest | From | To | |
Rename Method public testNoScrollAfterEditByKeyboard() : void renamed to public testNoScrollAfterKeyboardOpen() : void in class com.vaadin.tests.components.grid.basicfeatures.server.GridEditorTest | From | To | |
Rename Method public testNoScrollAfterEditByAPI() : void renamed to public testNoScrollAfterProgrammaticOpen() : void in class com.vaadin.tests.components.grid.basicfeatures.server.GridEditorTest | From | To | |
Extract Method | 2 | ||
Extract Method public editRow(rowIndex int, columnIndex int) : void extracted from public editRow(rowIndex int) : void in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Extract Method protected showOverlay() : void extracted from protected showOverlay(tr TableRowElement) : void in class com.vaadin.client.widgets.Grid.Editor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tr : TableRowElement to unused : TableRowElement in method protected showOverlay(unused TableRowElement) : void in class com.vaadin.client.widgets.Grid.Editor | From | To |