|
Pull Up Method private createConverter(getterType Class<?>) : Converter<TARGET,Object> from class com.vaadin.data.BeanBinder.BeanBindingImpl to private createConverter(getterType Class<?>) : Converter<TARGET,Object> from class com.vaadin.data.Binder.BindingBuilderImpl |
From |
To |
|
Pull Up Method public bind(propertyName String) : Binding<BEAN,TARGET> from class com.vaadin.data.BeanBinder.BeanBindingImpl to public bind(propertyName String) : Binding<BEAN,TARGET> from class com.vaadin.data.Binder.BindingBuilderImpl |
From |
To |
|
Pull Up Method private handleProperty(field Field, objectWithMemberFields Object, propertyHandler BiConsumer<String,Class<?>>) : void from class com.vaadin.data.BeanBinder to private handleProperty(field Field, objectWithMemberFields Object, propertyHandler BiConsumer<String,Class<?>>) : void from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method private minifyFieldName(fieldName String) : String from class com.vaadin.data.BeanBinder to private minifyFieldName(fieldName String) : String from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method protected makeFieldInstance(fieldClass Class<? extends HasValue<?>>) : HasValue<?> from class com.vaadin.data.BeanBinder to private makeFieldInstance(fieldClass Class<? extends HasValue<?>>) : HasValue<?> from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method protected bindProperty(objectWithMemberFields Object, memberField Field, property String, propertyType Class<?>) : void from class com.vaadin.data.BeanBinder to private bindProperty(objectWithMemberFields Object, memberField Field, property String, propertyType Class<?>) : void from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method public forMemberField(field HasValue<FIELDVALUE>) : BeanBindingBuilder<BEAN,FIELDVALUE> from class com.vaadin.data.BeanBinder to public forMemberField(field HasValue<FIELDVALUE>) : BindingBuilder<BEAN,FIELDVALUE> from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method private initializeField(objectWithMemberFields Object, memberField Field, value HasValue<?>) : void from class com.vaadin.data.BeanBinder to private initializeField(objectWithMemberFields Object, memberField Field, value HasValue<?>) : void from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method private getIncompleteMemberFieldBinding(memberField Field, objectWithMemberFields Object) : BeanBindingImpl<BEAN,?,?> from class com.vaadin.data.BeanBinder to private getIncompleteMemberFieldBinding(memberField Field, objectWithMemberFields Object) : BindingBuilder<BEAN,?> from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method public bind(field HasValue<FIELDVALUE>, propertyName String) : Binding<BEAN,FIELDVALUE> from class com.vaadin.data.BeanBinder to public bind(field HasValue<FIELDVALUE>, propertyName String) : Binding<BEAN,FIELDVALUE> from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method protected getFieldsInDeclareOrder(searchClass Class<?>) : List<Field> from class com.vaadin.data.BeanBinder to private getFieldsInDeclareOrder(searchClass Class<?>) : List<Field> from class com.vaadin.data.Binder |
From |
To |
|
Pull Up Method public bindInstanceFields(objectWithMemberFields Object) : void from class com.vaadin.data.BeanBinder to public bindInstanceFields(objectWithMemberFields Object) : void from class com.vaadin.data.Binder |
From |
To |
|
Change Variable Type otherBinder : BeanBinder<TestBean> to otherBinder : Binder<TestBean> in method public bindInstanceFields_automatically_binds_incomplete_forMemberField_bindings() : void in class com.vaadin.data.BeanBinderTest |
From |
To |
|
Change Variable Type otherBinder : BeanBinder<TestBean> to otherBinder : Binder<TestBean> in method public incomplete_forMemberField_bindings() : void in class com.vaadin.data.BeanBinderTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public beanBinder_withConverter_nullRepresentationIsNotDisabled() : void in class com.vaadin.data.BinderTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindNotBoundFieldsOnly_customBindingIsNotReplaced() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_fieldsAreConfigured_customBindingIsNotReplaced() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_rawFieldType() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_noInstantiatableFieldType() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindNotHasValueField_fieldIsNotReplaced() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type otherBinder : BeanBinder<TestBean> to otherBinder : Binder<TestBean> in method public bindInstanceFields_does_not_automatically_bind_incomplete_forField_bindings() : void in class com.vaadin.data.BeanBinderTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_genericField() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_genericFieldWithWrongTypeParameter() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<BookPerson> to binder : Binder<BookPerson> in method public binder_saveIfValid() : void in class com.vaadin.data.BinderBookOfVaadinTest |
From |
To |
|
Change Variable Type binder : BeanBinder<BookPerson> to binder : Binder<BookPerson> in method public withBinderStatusLabelExample() : void in class com.vaadin.data.BinderBookOfVaadinTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindAllFields() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type otherBinder : BeanBinder<TestBean> to otherBinder : Binder<TestBean> in method public bindInstanceFields_parameters_type_erased() : void in class com.vaadin.data.BeanBinderTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_wrongFieldType() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_abstractFieldType() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public beanBinder_nullRepresentationIsNotDisabled() : void in class com.vaadin.data.BinderTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_complexGenericHierarchy() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindOnlyOneFields() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindAllFieldsUsingAnnotations() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_bindNotHasValueField_fieldIsNull() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<Person> to binder : Binder<Person> in method public bindInstanceFields_generic() : void in class com.vaadin.data.BinderInstanceFieldTest |
From |
To |
|
Change Variable Type binder : BeanBinder<BeanToValidate> to binder : Binder<BeanToValidate> in method public execute() : void in class com.vaadin.data.Jsr303Test.Jsr303UnitTest |
From |
To |