848b98c6ff99f75cbc3f2cac6633fd7dfde63ffe
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testMessagePreprocessor() : void renamed to public testDispatchInterceptor() : void in class org.axonframework.eventhandling.AbstractEventBusTest | From | To | |
Rename Method public getMessagePreprocessors() : Collection<MessagePreprocessor> renamed to public getDispatchInterceptors() : Collection<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.testutils.RecordingEventBus | From | To | |
Rename Method public registerPreprocessor(preprocessor MessagePreprocessor) : Subscription renamed to public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusTest_MultiThreaded.CountingEventBus | From | To | |
Rename Method public registerPreprocessor(preprocessor MessagePreprocessor) : Subscription renamed to public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.eventhandling.EventBus | From | To | |
Rename Method public registerPreprocessor(preprocessor MessagePreprocessor) : Subscription renamed to public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusBenchmark.CountingEventBus | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.eventhandling.EventBus | From | To | |
Change Parameter Type preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusBenchmark.CountingEventBus | From | To | |
Change Parameter Type preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusTest_MultiThreaded.CountingEventBus | From | To | |
Change Parameter Type messagePreprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public isSubscribed(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : boolean in class org.axonframework.testutils.RecordingEventBus | From | To | |
Rename Variable | 1 | ||
Rename Variable preprocessorMock : MessagePreprocessor to dispatchInterceptorMock : MessageDispatchInterceptor<EventMessage<?>> in method public testDispatchInterceptor() : void in class org.axonframework.eventhandling.AbstractEventBusTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<MessagePreprocessor> to Collection<MessageDispatchInterceptor<EventMessage<?>>> in method public getDispatchInterceptors() : Collection<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.testutils.RecordingEventBus | From | To | |
Rename Attribute | 2 | ||
Rename Attribute preprocessors : Collection<MessagePreprocessor> to dispatchInterceptors : Set<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.eventhandling.AbstractEventBus | From | To | |
Rename Attribute preprocessors : Collection<MessagePreprocessor> to dispatchInterceptor : Collection<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.testutils.RecordingEventBus | From | To | |
Change Variable Type | 2 | ||
Change Variable Type preprocessor : MessagePreprocessor to preprocessor : MessageDispatchInterceptor<EventMessage<?>> in method private doWithEvents(eventsConsumer Consumer<List<EventMessage<?>>>, events List<EventMessage<?>>) : void in class org.axonframework.eventhandling.AbstractEventBus | From | To | |
Change Variable Type preprocessorMock : MessagePreprocessor to dispatchInterceptorMock : MessageDispatchInterceptor<EventMessage<?>> in method public testDispatchInterceptor() : void in class org.axonframework.eventhandling.AbstractEventBusTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type preprocessors : Collection<MessagePreprocessor> to dispatchInterceptor : Collection<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.testutils.RecordingEventBus | From | To | |
Change Attribute Type preprocessors : Collection<MessagePreprocessor> to dispatchInterceptors : Set<MessageDispatchInterceptor<EventMessage<?>>> in class org.axonframework.eventhandling.AbstractEventBus | From | To | |
Rename Parameter | 4 | ||
Rename Parameter preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusBenchmark.CountingEventBus | From | To | |
Rename Parameter preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.eventhandling.EventBus | From | To | |
Rename Parameter preprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : Subscription in class org.axonframework.commandhandling.disruptor.DisruptorCommandBusTest_MultiThreaded.CountingEventBus | From | To | |
Rename Parameter messagePreprocessor : MessagePreprocessor to dispatchInterceptor : MessageDispatchInterceptor<EventMessage<?>> in method public isSubscribed(dispatchInterceptor MessageDispatchInterceptor<EventMessage<?>>) : boolean in class org.axonframework.testutils.RecordingEventBus | From | To |