0decd87411d98cf0d03db35fb6e5d70637ff864c
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type birthDate : Date to birthDate : LocalDate in method public setBirthDate(birthDate LocalDate) : void in class com.vaadin.tests.data.bean.Person | From | To | |
Change Return Type | 2 | ||
Change Return Type BindingImpl<BEAN,FIELDVALUE,TARGET> to Binding<BEAN,FIELDVALUE,TARGET> in method protected createBinding(field HasValue<FIELDVALUE>, converter Converter<FIELDVALUE,TARGET>, handler ValidationStatusHandler) : Binding<BEAN,FIELDVALUE,TARGET> in class com.vaadin.data.Binder | From | To | |
Change Return Type Date to LocalDate in method public getBirthDate() : LocalDate in class com.vaadin.tests.data.bean.Person | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type birthDate : Date to birthDate : LocalDate in class com.vaadin.tests.data.bean.Person | From | To |