50d18e298fb23b749f7f8b76f1956ad7d618fb2e
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type dispatcher : GatewayProxyFactory.InvocationHandler<CompletableFuture<R>> to dispatcher : CommandGatewayFactory.InvocationHandler<CompletableFuture<R>> in method public ReturnResultFromStub(dispatcher CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>, stubGateway Object) in class org.axonframework.test.saga.AnnotatedSagaTestFixture.ReturnResultFromStub | From | To | |
Change Return Type | 2 | ||
Change Return Type GatewayProxyFactory to CommandGatewayFactory in method public registerDispatchInterceptor(dispatchInterceptor MessageDispatchInterceptor<CommandMessage<?>>) : CommandGatewayFactory in class org.axonframework.commandhandling.gateway.CommandGatewayFactory | From | To | |
Change Return Type GatewayProxyFactory to CommandGatewayFactory in method public registerCommandCallback(callback CommandCallback<C,R>) : CommandGatewayFactory in class org.axonframework.commandhandling.gateway.CommandGatewayFactory | From | To | |
Rename Class | 3 | ||
Rename Class org.axonframework.commandhandling.gateway.GatewayProxyFactoryTest renamed to org.axonframework.commandhandling.gateway.CommandGatewayFactoryTest | From | To | |
Rename Class org.axonframework.commandhandling.gateway.GatewayProxyFactory renamed to org.axonframework.commandhandling.gateway.CommandGatewayFactory | From | To | |
Rename Class org.axonframework.test.saga.AnnotatedSagaTestFixture.StubAwareGatewayProxyFactory renamed to org.axonframework.test.saga.AnnotatedSagaTestFixture.StubAwareCommandGatewayFactory | From | To | |
Change Variable Type | 3 | ||
Change Variable Type factory : GatewayProxyFactory to factory : CommandGatewayFactory in method public registerCommandGateway(gatewayInterface Class<I>, stubImplementation I) : I in class org.axonframework.test.saga.AnnotatedSagaTestFixture | From | To | |
Change Variable Type factory : GatewayProxyFactory to factory : CommandGatewayFactory in method public afterPropertiesSet() : void in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean | From | To | |
Change Variable Type testSubject : GatewayProxyFactory to testSubject : CommandGatewayFactory in method public testGateway_FireAndForgetWithoutRetryScheduler() : void in class org.axonframework.commandhandling.gateway.CommandGatewayFactoryTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type testSubject : GatewayProxyFactory to testSubject : CommandGatewayFactory in class org.axonframework.commandhandling.gateway.CommandGatewayFactoryTest | From | To | |
Change Attribute Type dispatcher : GatewayProxyFactory.InvocationHandler<CompletableFuture<R>> to dispatcher : CommandGatewayFactory.InvocationHandler<CompletableFuture<R>> in class org.axonframework.test.saga.AnnotatedSagaTestFixture.ReturnResultFromStub | From | To |