8f718d5da35a339b92773a5b5c8715d18641faba
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setAxonConfiguration(axonConfiguration AxonConfiguration) : void renamed to public EventHandlerRegistrar(axonConfiguration AxonConfiguration, eventHandlingConfiguration EventHandlingConfiguration) in class org.axonframework.spring.config.EventHandlerRegistrar | From | To | |
Rename Method public assigningHandlersByPackage() : EventHandlingConfiguration renamed to public EventHandlingConfiguration() in class org.axonframework.config.EventHandlingConfiguration | From | To | |
Rename Class | 1 | ||
Rename Class org.axonframework.spring.config.DefaultSpringEventHandlingConfiguration renamed to org.axonframework.spring.config.EventHandlerRegistrar | From | To | |
Rename Attribute | 1 | ||
Rename Attribute config : Configuration to axonConfiguration : AxonConfiguration in class org.axonframework.spring.config.EventHandlerRegistrar | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type config : Configuration to axonConfiguration : AxonConfiguration in class org.axonframework.spring.config.EventHandlerRegistrar | From | To | |
Extract Method | 1 | ||
Extract Method private detectList(eventListeners Object[]) : List<?> extracted from public SimpleEventHandlerInvoker(eventListeners Object...) in class org.axonframework.eventhandling.SimpleEventHandlerInvoker | From | To |