72a0bff4294f2120ec1f27ebb74ece415c6a7521
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setScopeAwareComponents() : void renamed to private lookupScopeAwareComponents() : void in class org.axonframework.config.ConfigurationScopeAwareProvider | From | To | |
Rename Class | 3 | ||
Rename Class org.axonframework.eventhandling.saga.SagaDescriptor renamed to org.axonframework.eventhandling.saga.SagaScopeDescriptor | From | To | |
Rename Class org.axonframework.commandhandling.model.AggregateDescriptorSerializationTest renamed to org.axonframework.commandhandling.model.AggregateScopeDescriptorSerializationTest | From | To | |
Rename Class org.axonframework.commandhandling.model.AggregateDescriptor renamed to org.axonframework.commandhandling.model.AggregateScopeDescriptor | From | To | |
Change Variable Type | 5 | ||
Change Variable Type result : AggregateDescriptor to result : AggregateScopeDescriptor in method public testJavaSerializationCorrectlySetsIdentifierField() : void in class org.axonframework.commandhandling.model.AggregateScopeDescriptorSerializationTest | From | To | |
Change Variable Type result : AggregateDescriptor to result : AggregateScopeDescriptor in method public testXStreamSerializationWorksAsExpected() : void in class org.axonframework.commandhandling.model.AggregateScopeDescriptorSerializationTest | From | To | |
Change Variable Type result : AggregateDescriptor to result : AggregateScopeDescriptor in method public testJacksonSerializationWorksAsExpected() : void in class org.axonframework.commandhandling.model.AggregateScopeDescriptorSerializationTest | From | To | |
Change Variable Type other : SagaDescriptor to other : SagaScopeDescriptor in method public equals(obj Object) : boolean in class org.axonframework.eventhandling.saga.SagaScopeDescriptor | From | To | |
Change Variable Type other : AggregateDescriptor to other : AggregateScopeDescriptor in method public equals(obj Object) : boolean in class org.axonframework.commandhandling.model.AggregateScopeDescriptor | From | To | |
Extract Variable | 1 | ||
Extract Variable scopes : Deque<Scope> in method protected endScope() : void from class org.axonframework.messaging.Scope | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type testSubject : AggregateDescriptor to testSubject : AggregateScopeDescriptor in class org.axonframework.commandhandling.model.AggregateScopeDescriptorSerializationTest | From | To |