222908a9372885cc05bc3cb04374aea5aba66139
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withStatusChangeHandlerExample() : void renamed to public withBindingStatusChangeHandlerExample() : void in class com.vaadin.data.BinderBookOfVaadinTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type result : Result<TARGET> to result : Result<?> in method private fireStatusChangeEvent(result Result<?>) : void in class com.vaadin.data.Binder.BindingImpl | From | To | |
Rename Variable | 2 | ||
Rename Variable dataValue : Result<TARGET> to bindingResult : BinderResult<FIELDVALUE,TARGET> in method public validate() : Result<TARGET> in class com.vaadin.data.Binder.BindingImpl | From | To | |
Rename Variable resultErrors : List<ValidationError<?>> to results : List<BinderResult<?,?>> in method private validateBindings() : List<ValidationError<?>> in class com.vaadin.data.Binder | From | To | |
Change Return Type | 1 | ||
Change Return Type Result<TARGET> to BinderResult<FIELDVALUE,TARGET> in method private getTargetValue() : BinderResult<FIELDVALUE,TARGET> in class com.vaadin.data.Binder.BindingImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type dataValue : Result<TARGET> to bindingResult : BinderResult<FIELDVALUE,TARGET> in method public validate() : Result<TARGET> in class com.vaadin.data.Binder.BindingImpl | From | To | |
Change Variable Type resultErrors : List<ValidationError<?>> to results : List<BinderResult<?,?>> in method private validateBindings() : List<ValidationError<?>> in class com.vaadin.data.Binder | From | To |