256c3dcf7e3250aa6e3050f1073b76126485c73a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type List<Predicate<? super T>> to List<Predicate<? super ENTITY>> in method public predicates() : List<Predicate<? super ENTITY>> in class com.speedment.runtime.join.stage.Stage | From | To | |
Change Return Type TableIdentifier<T> to TableIdentifier<ENTITY> in method public identifier() : TableIdentifier<ENTITY> in class com.speedment.runtime.join.stage.Stage | From | To | |
Change Return Type Optional<HasComparableOperators<T,?>> to Optional<HasComparableOperators<ENTITY,?>> in method public field() : Optional<HasComparableOperators<ENTITY,?>> in class com.speedment.runtime.join.stage.Stage | From | To |