17a9993995cfd3434259cd8b0f729f76da36de12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type endValue : Comparable to endValue : Comparable<?> in method public Between(propertyId Object, startValue Comparable<?>, endValue Comparable<?>) in class com.vaadin.data.util.filter.Between | From | To | |
| Change Parameter Type startValue : Comparable to startValue : Comparable<?> in method public Between(propertyId Object, startValue Comparable<?>, endValue Comparable<?>) in class com.vaadin.data.util.filter.Between | From | To | |
| Rename Variable | 1 | ||
| Rename Variable cval : Comparable to comparable : Comparable in method public passesFilter(itemId Object, item Item) : boolean in class com.vaadin.data.util.filter.Between | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable cval : Comparable to comparable : Comparable in method private isBeforeEndValue(comparable Comparable) : boolean in class com.vaadin.data.util.filter.Between | From | To | |
| Extract Method | 1 | ||
| Extract Method private isBeforeEndValue(comparable Comparable) : boolean extracted from public passesFilter(itemId Object, item Item) : boolean in class com.vaadin.data.util.filter.Between | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type startValue : Comparable to startValue : Comparable<?> in class com.vaadin.data.util.filter.Between | From | To | |
| Change Attribute Type endValue : Comparable to endValue : Comparable<?> in class com.vaadin.data.util.filter.Between | From | To |