9fc68e3be624de8f6f293b64a6edc5d01c1363d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type handlerInterceptors : List<? extends MessageHandlerInterceptor<CommandMessage<?>>> to handlerInterceptors : List<? extends MessageHandlerInterceptor<? super CommandMessage<?>>> in method public setHandlerInterceptors(handlerInterceptors List<? extends MessageHandlerInterceptor<? super CommandMessage<?>>>) : void in class org.axonframework.commandhandling.SimpleCommandBus | From | To | |
Change Parameter Type interceptors : Iterable<? extends MessageHandlerInterceptor<T>> to interceptors : Iterable<? extends MessageHandlerInterceptor<? super T>> in method public DefaultInterceptorChain(unitOfWork UnitOfWork<? extends T>, interceptors Iterable<? extends MessageHandlerInterceptor<? super T>>, handler MessageHandler<? super T>) in class org.axonframework.messaging.DefaultInterceptorChain | From | To | |
Change Parameter Type dispatchInterceptors : List<? extends MessageDispatchInterceptor<CommandMessage<?>>> to dispatchInterceptors : List<? extends MessageDispatchInterceptor<? super CommandMessage<?>>> in method public setDispatchInterceptors(dispatchInterceptors List<? extends MessageDispatchInterceptor<? super CommandMessage<?>>>) : void in class org.axonframework.commandhandling.SimpleCommandBus | From | To | |
Change Variable Type | 1 | ||
Change Variable Type interceptor : MessageDispatchInterceptor<CommandMessage<?>> to interceptor : MessageDispatchInterceptor<? super CommandMessage<?>> in method protected intercept(command CommandMessage<C>) : CommandMessage<C> in class org.axonframework.commandhandling.SimpleCommandBus | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type dispatchInterceptors : Iterable<MessageDispatchInterceptor<CommandMessage<?>>> to dispatchInterceptors : Iterable<MessageDispatchInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.SimpleCommandBus | From | To | |
Change Attribute Type handlerInterceptors : Iterable<MessageHandlerInterceptor<CommandMessage<?>>> to handlerInterceptors : Iterable<MessageHandlerInterceptor<? super CommandMessage<?>>> in class org.axonframework.commandhandling.SimpleCommandBus | From | To | |
Change Attribute Type chain : Iterator<? extends MessageHandlerInterceptor<T>> to chain : Iterator<? extends MessageHandlerInterceptor<? super T>> in class org.axonframework.messaging.DefaultInterceptorChain | From | To |