cbfead7ac7aa9beed267d364a645e1ef106381cc
Files Diff
- Added: 2
- Removed: 5
- Renamed: 0
- Modified: 70
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public GenericSagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.GenericSagaSqlSchema | From | To | |
Change Parameter Type schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public Oracle11SagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.Oracle11SagaSqlSchema | From | To | |
Change Parameter Type schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public PostgresSagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.PostgresSagaSqlSchema | From | To | |
Rename Class | 1 | ||
Rename Class org.axonframework.eventhandling.saga.repository.jdbc.SchemaConfiguration renamed to org.axonframework.eventhandling.saga.repository.jdbc.SagaSchema | From | To | |
Rename Attribute | 2 | ||
Rename Attribute schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in class org.axonframework.eventhandling.saga.repository.jdbc.Oracle11SagaSqlSchemaTest | From | To | |
Rename Attribute schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in class org.axonframework.eventhandling.saga.repository.jdbc.GenericSagaSqlSchema | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in class org.axonframework.eventhandling.saga.repository.jdbc.Oracle11SagaSqlSchemaTest | From | To | |
Change Attribute Type schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in class org.axonframework.eventhandling.saga.repository.jdbc.GenericSagaSqlSchema | From | To | |
Rename Parameter | 5 | ||
Rename Parameter returnValue : R to result : R in method public success(result R) : void in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper | From | To | |
Rename Parameter schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public Oracle11SagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.Oracle11SagaSqlSchema | From | To | |
Rename Parameter schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public PostgresSagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.PostgresSagaSqlSchema | From | To | |
Rename Parameter sessionId : A to channelId : A in method public CommandCallbackWrapper(channelId A, message CommandMessage<C>, callback CommandCallback<? super C,R>) in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper | From | To | |
Rename Parameter schemaConfiguration : SchemaConfiguration to sagaSchema : SagaSchema in method public GenericSagaSqlSchema(sagaSchema SagaSchema) in class org.axonframework.eventhandling.saga.repository.jdbc.GenericSagaSqlSchema | From | To |