697f770287bb786b6b5d4944a9202d145e4251f5
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 51
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public updateError(errorMessage String, hideErrors boolean) : void from class com.vaadin.client.ui.VFormLayout.ErrorFlag to public setErrorIndicatorElementVisible(visible boolean) : void from class com.vaadin.client.ui.VLink | From | To | |
Extract Method | 6 | ||
Extract Method public setCaption(captionText String, icon Icon, styles List<String>, error String, errorLevel ErrorLevel, showError boolean, required boolean, enabled boolean, captionAsHtml boolean) : void extracted from public setCaption(captionText String, icon Icon, styles List<String>, error String, showError boolean, required boolean, enabled boolean, captionAsHtml boolean) : void in class com.vaadin.client.ui.orderedlayout.Slot | From | To | |
Extract Method public setErrorIndicatorElementVisible(visible boolean) : void extracted from public setCaption(captionText String, icon Icon, styles List<String>, error String, showError boolean, required boolean, enabled boolean, captionAsHtml boolean) : void in class com.vaadin.client.ui.orderedlayout.Slot | From | To | |
Extract Method public getErrorIndicatorElement() : Element extracted from public setCaption(captionText String, icon Icon, styles List<String>, error String, showError boolean, required boolean, enabled boolean, captionAsHtml boolean) : void in class com.vaadin.client.ui.orderedlayout.Slot | From | To | |
Extract Method public updateCaptionWithoutOwner(caption String, disabled boolean, hasDescription boolean, hasError boolean, errorLevel ErrorLevel, iconURL String, iconAltText String) : boolean extracted from public updateCaptionWithoutOwner(caption String, disabled boolean, hasDescription boolean, hasError boolean, iconURL String, iconAltText String) : boolean in class com.vaadin.client.VCaption | From | To | |
Extract Method public setErrorIndicatorElementVisible(visible boolean) : void extracted from public updateCaption() : boolean in class com.vaadin.client.VCaption | From | To | |
Extract Method public setErrorIndicatorElementVisible(visible boolean) : void extracted from public updateCaptionWithoutOwner(caption String, disabled boolean, hasDescription boolean, hasError boolean, iconURL String, iconAltText String) : boolean in class com.vaadin.client.VCaption | From | To | |
Rename Parameter | 1 | ||
Rename Parameter hideErrors : boolean to visible : boolean in method public setErrorIndicatorElementVisible(visible boolean) : void in class com.vaadin.client.ui.VLink | From | To |