ab9fd1398310623d5a452c769024f4210ddfa8d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type property : Function<F,Optional<?>> to property : Property<F,?> in method private PropertyPattern(property Property<F,?>, pattern Pattern<R>) in class com.facebook.presto.matching.PropertyPattern | From | To | |
Change Return Type | 2 | ||
Change Return Type Function<F,Optional<?>> to Property<F,?> in method public getProperty() : Property<F,?> in class com.facebook.presto.matching.PropertyPattern | From | To | |
Change Return Type Function<? super T,Optional<?>> to Property<? super T,?> in method public getProperty() : Property<? super T,?> in class com.facebook.presto.matching.pattern.WithPattern | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type property : Function<F,Optional<?>> to property : Property<F,?> in class com.facebook.presto.matching.PropertyPattern | From | To |