74db4d96fdf9f14e9029c351c2a3a040914ec351
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public commandBus() : CommandBus renamed to public eventStorageEngine() : EventStorageEngine in class org.axonframework.quickstart.AxonSpringConfiguration | From | To | |
| Move Method | 1 | ||
| Move Method public commandGateway() : CommandGateway from class org.axonframework.quickstart.AxonSpringConfiguration to public commandGateway(commandBus CommandBus) : CommandGateway from class org.axonframework.spring.config.AxonConfiguration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CommandBus to EventStorageEngine in method public eventStorageEngine() : EventStorageEngine in class org.axonframework.quickstart.AxonSpringConfiguration | From | To |