5f68dd5b4314d3db0a8e0e4f1fb19f66057a63f7
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private attemptQueueCreation(name MailQueueName) : RabbitMQMailQueue from class org.apache.james.queue.rabbitmq.RabbitMQMailQueueFactory to package attemptQueueCreation(name MailQueueName) : RabbitMQMailQueue from class org.apache.james.queue.rabbitmq.RabbitClient | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private ROUTING_KEY : String from class org.apache.james.queue.rabbitmq.RabbitMQMailQueueFactory to private ROUTING_KEY : String from class org.apache.james.queue.rabbitmq.RabbitClient | From | To | |
| Move Attribute private channel : Channel from class org.apache.james.queue.rabbitmq.RabbitMQMailQueueFactory to private channel : Channel from class org.apache.james.queue.rabbitmq.RabbitClient | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.james.queue.rabbitmq.RabbitClient from class org.apache.james.queue.rabbitmq.RabbitMQMailQueueFactory | From | To |