f2bb3c886c0b68c9a4e8212d6625614575148f80
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type List<ValidationError<FIELDVALUE>> to Result<TARGET> in method private validate() : Result<TARGET> in class com.vaadin.data.Binder.BindingImpl | From | To | |
Change Return Type Binding<BEAN,FIELDVALUE,FIELDVALUE> to BindingImpl<BEAN,FIELDVALUE,FIELDVALUE> in method protected createBinding(field HasValue<FIELDVALUE>) : BindingImpl<BEAN,FIELDVALUE,FIELDVALUE> in class com.vaadin.data.Binder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type binder : Binder<Person> to binder : Binder<BookPerson> in class com.vaadin.data.BinderBookOfVaadinTest | From | To |