1f1f69e088abdd1156941924e8366e8fbb21661a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type handlerType : Class<HT> to handlerType : Class<H> in method public unwrap(handlerType Class<H>) : Optional<H> in class org.axonframework.commandhandling.model.AbstractMessageHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<HT> to Optional<H> in method public unwrap(handlerType Class<H>) : Optional<H> in class org.axonframework.commandhandling.model.AbstractMessageHandler | From | To | |
| Extract Method | 2 | ||
| Extract Method private checkAndRethrowForExceptionOrError(e ReflectiveOperationException) : void extracted from public handle(message Message<?>, target T) : Object in class org.axonframework.commandhandling.model.AbstractMessageHandler | From | To | |
| Extract Method private resolveTimeout(gatewayMethod Method, timeout Timeout) : Timeout extracted from public createGateway(gatewayInterface Class<T>) : T in class org.axonframework.commandhandling.gateway.GatewayProxyFactory | From | To |