81f81fa3c41f1fc97a14b7f8d91cf6ea29af572b
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable radioButtonEnabled : boolean to hasDisabledStyle : boolean in method protected updateItemEnabled(radioButton RadioButton, value boolean) : void in class com.vaadin.client.ui.VRadioButtonGroup | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable optionEnabled : boolean to value : boolean in method protected updateItemEnabled(radioButton RadioButton, value boolean) : void in class com.vaadin.client.ui.VRadioButtonGroup | From | To | |
| Extract Variable | 1 | ||
| Extract Variable hasDisabledStyle : boolean in method protected updateItemEnabled(radioButton RadioButton, value boolean) : void from class com.vaadin.client.ui.VRadioButtonGroup | From | To | |
| Extract Method | 2 | ||
| Extract Method protected updateItemEnabled(radioButton RadioButton, value boolean) : void extracted from private updateItem(button RadioButton, item JsonObject, requireInitialization boolean) : void in class com.vaadin.client.ui.VRadioButtonGroup | From | To | |
| Extract Method protected updateItemEnabled(radioButton RadioButton, value boolean) : void extracted from protected updateEnabledState() : void in class com.vaadin.client.ui.VRadioButtonGroup | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter button : RadioButton to radioButton : RadioButton in method protected updateItemEnabled(radioButton RadioButton, value boolean) : void in class com.vaadin.client.ui.VRadioButtonGroup | From | To |