96119ab0224421d69393d9d41ed02900121a683e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public prependHeaderRow_addedToBottom() : void renamed to public prependHeaderRow_addedToTop() : void in class com.vaadin.tests.components.grid.basics.GridHeaderFooterTest | From | To | |
Move Method | 2 | ||
Move Method public initialState_hasDefaultHeader() : void from class com.vaadin.tests.server.component.grid.GridHeaderFooterTest to public initialState_hasDefaultHeader() : void from class com.vaadin.tests.server.component.grid.GridDefaultHeaderTest | From | To | |
Move Method public initialState_defaultHeaderRemovable() : void from class com.vaadin.tests.server.component.grid.GridHeaderFooterTest to public initialState_defaultHeaderRemovable() : void from class com.vaadin.tests.server.component.grid.GridDefaultHeaderTest | From | To | |
Move Attribute | 2 | ||
Move Attribute private column1 : Column<?,?> from class com.vaadin.tests.server.component.grid.GridHeaderFooterTest to private column1 : Column<?,?> from class com.vaadin.tests.server.component.grid.GridDefaultHeaderTest | From | To | |
Move Attribute private column2 : Column<?,?> from class com.vaadin.tests.server.component.grid.GridHeaderFooterTest to private column2 : Column<?,?> from class com.vaadin.tests.server.component.grid.GridDefaultHeaderTest | From | To | |
Extract Class | 1 | ||
Extract Class com.vaadin.tests.server.component.grid.GridDefaultHeaderTest from class com.vaadin.tests.server.component.grid.GridHeaderFooterTest | From | To | |
Inline Variable | 1 | ||
Inline Variable captions : String[] in method public initialState_defaultHeaderPresent() : void from class com.vaadin.tests.components.grid.basics.GridHeaderFooterTest | From | To | |
Extract Method | 1 | ||
Extract Method protected assertHeaderTexts(rowIndex int, texts String[]) : void extracted from public initialState_defaultHeaderPresent() : void in class com.vaadin.tests.components.grid.basics.GridHeaderFooterTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter rowIndex : int to index : int in method public removeHeaderRow(index int) : void in class com.vaadin.ui.Grid | From | To | |
Rename Parameter rowIndex : int to index : int in method public getHeaderRow(index int) : HeaderRow in class com.vaadin.ui.Grid | From | To |