ec17d1157aaed9dd7b5932e0e09f5b853839f949
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type predicates : List<Predicate<? super ENTITY>> to predicates : List<Predicate<ENTITY>> in method public UpdateOperationImpl(manager Manager<ENTITY>, predicates List<Predicate<ENTITY>>, mappers List<Function<? super ENTITY,? extends ENTITY>>, consumers List<Consumer<? super ENTITY>>) in class com.speedment.runtime.bulk.internal.operation.UpdateOperationImpl | From | To | |
Change Parameter Type predicates : List<Predicate<? super ENTITY>> to predicates : List<Predicate<ENTITY>> in method public RemoveOperationImpl(manager Manager<ENTITY>, predicates List<Predicate<ENTITY>>) in class com.speedment.runtime.bulk.internal.operation.RemoveOperationImpl | From | To | |
Change Parameter Type filter : Predicate<? super ENTITY> to filter : Predicate<ENTITY> in method public where(filter Predicate<ENTITY>) : Remove<ENTITY> in class com.speedment.runtime.bulk.internal.builder.RemoveOperationBuilderImpl | From | To | |
Change Parameter Type filter : Predicate<? super ENTITY> to filter : Predicate<ENTITY> in method public where(filter Predicate<ENTITY>) : Update<ENTITY> in class com.speedment.runtime.bulk.internal.builder.UpdateOperationBuilderImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type Stream<Predicate<? super ENTITY>> to Stream<Predicate<ENTITY>> in method public predicates() : Stream<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.operation.RemoveOperationImpl | From | To | |
Change Return Type Stream<Predicate<? super ENTITY>> to Stream<Predicate<ENTITY>> in method public predicates() : Stream<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.operation.UpdateOperationImpl | From | To | |
Change Return Type Stream<Predicate<? super ENTITY>> to Stream<Predicate<ENTITY>> in method public predicates() : Stream<Predicate<ENTITY>> in class com.speedment.runtime.bulk.trait.HasPredicates | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type filters : List<Predicate<? super ENTITY>> to filters : List<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.builder.UpdateOperationBuilderImpl | From | To | |
Change Attribute Type predicates : List<Predicate<? super ENTITY>> to predicates : List<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.operation.RemoveOperationImpl | From | To | |
Change Attribute Type predicates : List<Predicate<? super ENTITY>> to predicates : List<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.operation.UpdateOperationImpl | From | To | |
Change Attribute Type filters : List<Predicate<? super ENTITY>> to filters : List<Predicate<ENTITY>> in class com.speedment.runtime.bulk.internal.builder.RemoveOperationBuilderImpl | From | To |