1f390f4f3f69db1c073b5e018b25cdf52acb3647
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type retryBackoff : RetryBackoff to retryBackoff : RetryBackoffConfiguration in method private WaitDelayGenerator(retryBackoff RetryBackoffConfiguration) in class org.apache.james.mailbox.events.WaitDelayGenerator | From | To | |
Change Parameter Type retryBackoff : RetryBackoff to retryBackoff : RetryBackoffConfiguration in method package of(retryBackoff RetryBackoffConfiguration) : WaitDelayGenerator in class org.apache.james.mailbox.events.WaitDelayGenerator | From | To | |
Change Return Type | 1 | ||
Change Return Type RetryBackoff to RetryBackoffConfiguration in method package build() : RetryBackoffConfiguration in class org.apache.james.mailbox.events.RetryBackoffConfiguration.ReadyToBuild | From | To | |
Move Attribute | 1 | ||
Move Attribute private LOGGER : Logger from class org.apache.james.mailbox.events.GroupRegistration to private LOGGER : Logger from class org.apache.james.mailbox.events.GroupConsumerRetry | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.james.mailbox.events.GroupConsumerRetry from class org.apache.james.mailbox.events.GroupRegistration | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.james.mailbox.events.RetryBackoff renamed to org.apache.james.mailbox.events.RetryBackoffConfiguration | From | To | |
Extract Method | 3 | ||
Extract Method private newEventBus() : RabbitMQEventBus extracted from package setUp() : void in class org.apache.james.mailbox.events.RabbitMQEventBusTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type retryBackoff : RetryBackoff to retryBackoff : RetryBackoffConfiguration in class org.apache.james.mailbox.events.WaitDelayGenerator | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package groupName(clazz Class<? extends Group>) : String extracted from package of(clazz Class<? extends Group>) : WorkQueueName in class org.apache.james.mailbox.events.GroupRegistration.WorkQueueName & moved to class org.apache.james.mailbox.events.GroupRegistration | From | To |