ec8904f6b0ab77231d567daa35c9cc7138b6fe59
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getBeanPropertyDescriptor(beanClass Class<?>) : List<PropertyDescriptor> renamed to public getBeanPropertyDescriptors(beanType Class<?>) : List<PropertyDescriptor> in class com.vaadin.data.util.BeanUtil | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public withValidator(predicate Predicate<? super TARGET>, message String) : Binding<BEAN,FIELDVALUE,TARGET> from class com.vaadin.data.Binder.BindingImpl to public withValidator(predicate Predicate<? super TARGET>, message String) : Binding<BEAN,FIELDVALUE,TARGET> from class com.vaadin.data.Binder.Binding | From | To | |
| Inline Method | 1 | ||
| Inline Method protected createBinding(field HasValue<FIELDVALUE>) : Binding<BEAN,FIELDVALUE,FIELDVALUE> inlined to public forField(field HasValue<FIELDVALUE>) : Binding<BEAN,FIELDVALUE,FIELDVALUE> in class com.vaadin.data.Binder | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type binding : BindingImpl<BEAN,?,?> to binding : BindingImpl<?,?,?> in method public validate() : List<ValidationError<?>> in class com.vaadin.data.Binder | From | To | |
| Extract Method | 1 | ||
| Extract Method public getPropertyDescriptor(beanType Class<?>, propertyName String) : PropertyDescriptor extracted from public getPropertyType(clazz Class<?>, propertyId String) : Class<?> in class com.vaadin.data.util.BeanUtil | From | To | |
| Rename Parameter | 5 | ||
| Rename Parameter clazz : Class<?> to beanType : Class<?> in method public getPropertyType(beanType Class<?>, propertyName String) : Class<?> in class com.vaadin.data.util.BeanUtil | From | To | |
| Rename Parameter beanClass : Class<?> to beanType : Class<?> in method public getBeanPropertyDescriptors(beanType Class<?>) : List<PropertyDescriptor> in class com.vaadin.data.util.BeanUtil | From | To | |
| Rename Parameter propertyId : String to propertyName : String in method public getPropertyType(beanType Class<?>, propertyName String) : Class<?> in class com.vaadin.data.util.BeanUtil | From | To | |
| Rename Parameter clazz : Class<?> to beanType : Class<?> in method public getPropertyDescriptor(beanType Class<?>, propertyName String) : PropertyDescriptor in class com.vaadin.data.util.BeanUtil | From | To | |
| Rename Parameter propertyId : String to propertyName : String in method public getPropertyDescriptor(beanType Class<?>, propertyName String) : PropertyDescriptor in class com.vaadin.data.util.BeanUtil | From | To |