8c7974592f2a3fb289773c53c5ffe06481ff51b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type propertyHandler : BiConsumer<String,Class<?>> to propertyHandler : BiFunction<String,Class<?>,Boolean> in method private handleProperty(field Field, objectWithMemberFields Object, propertyHandler BiFunction<String,Class<?>,Boolean>) : boolean in class com.vaadin.data.Binder | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method private bindProperty(objectWithMemberFields Object, memberField Field, property String, propertyType Class<?>) : boolean in class com.vaadin.data.Binder | From | To | |
Change Return Type void to boolean in method private handleProperty(field Field, objectWithMemberFields Object, propertyHandler BiFunction<String,Class<?>,Boolean>) : boolean in class com.vaadin.data.Binder | From | To | |
Rename Class | 1 | ||
Rename Class com.vaadin.data.BinderInstanceFieldTest.BindNoHasValueField renamed to com.vaadin.data.BinderInstanceFieldTest.BindFieldHasWrongType | From | To | |
Change Variable Type | 3 | ||
Change Variable Type form : BindOnlyOneField to form : BindWithNoFieldInPerson in method public bindInstanceFields_fieldsAreConfigured_customBindingIsNotReplaced() : void in class com.vaadin.data.BinderInstanceFieldTest | From | To | |
Change Variable Type form : BindNoHasValueField to form : BindFieldHasWrongType in method public bindInstanceFields_bindNotHasValueField_fieldIsNull() : void in class com.vaadin.data.BinderInstanceFieldTest | From | To | |
Change Variable Type form : BindNoHasValueField to form : BindFieldHasWrongType in method public bindInstanceFields_bindNotHasValueField_fieldIsNotReplaced() : void in class com.vaadin.data.BinderInstanceFieldTest | From | To |