e10d285476e17d098e47d5c101c531e27caff182
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type exceptionSupplier : ConflictExceptionSupplier<T> to exceptionSupplier : ContextAwareConflictExceptionSupplier<T> in method public detectConflicts(predicate Predicate<List<DomainEventMessage<?>>>, exceptionSupplier ContextAwareConflictExceptionSupplier<T>) : void in class org.axonframework.commandhandling.conflictresolution.DefaultConflictResolver | From | To | |
Change Parameter Type exceptionSupplier : ConflictExceptionSupplier<T> to exceptionSupplier : ContextAwareConflictExceptionSupplier<T> in method public detectConflicts(predicate Predicate<List<DomainEventMessage<?>>>, exceptionSupplier ContextAwareConflictExceptionSupplier<T>) : void in class org.axonframework.commandhandling.conflictresolution.ConflictResolver | From | To | |
Extract Variable | 1 | ||
Extract Variable unexpectedEvents : List<DomainEventMessage<?>> in method public detectConflicts(predicate Predicate<List<DomainEventMessage<?>>>, exceptionSupplier ContextAwareConflictExceptionSupplier<T>) : void from class org.axonframework.commandhandling.conflictresolution.DefaultConflictResolver | From | To |