d0b5741b81d214491c93d4d042c79e10bb4f192e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public from(guard SerializablePredicate<T>, errorMessageProvider ErrorMessageProvider, errorLevel ErrorLevel) : Validator<T> extracted from public from(guard SerializablePredicate<T>, errorMessageProvider ErrorMessageProvider) : Validator<T> in class com.vaadin.data.Validator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type result : ValidationResult to result : Result<TARGET> in class com.vaadin.data.BindingValidationStatus | From | To |