93e879afdf90c1593c7b99528b0e2e2220d7fab7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setHideable(hideable boolean) : void renamed to public setHidable(hidable boolean) : void in class com.vaadin.client.widgets.Grid.Column | From | To | |
Rename Method public isHideable() : boolean renamed to public isHidable() : boolean in class com.vaadin.client.widgets.Grid.Column | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hideable : boolean to hidable : boolean in class com.vaadin.client.widgets.Grid.Column | From | To | |
Rename Parameter | 1 | ||
Rename Parameter hideable : boolean to hidable : boolean in method public setHidable(hidable boolean) : void in class com.vaadin.client.widgets.Grid.Column | From | To |