26c6d9c4d1d332642a78464a386308f2c6846746
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public composeForBounce(mail Mail, ex Exception) : String from class org.apache.james.transport.mailets.remoteDelivery.MessageComposer to public explanationText(mail Mail, ex Exception) : String from class org.apache.james.transport.mailets.remoteDelivery.Bouncer | From | To | |
| Move Method | 2 | ||
| Move Method private bounce(mail Mail, ex Exception) : void from class org.apache.james.transport.mailets.remoteDelivery.DeliveryRunnable to public bounce(mail Mail, ex Exception) : void from class org.apache.james.transport.mailets.remoteDelivery.Bouncer | From | To | |
| Move Method private bounceWithMailetContext(mail Mail, ex Exception) : void from class org.apache.james.transport.mailets.remoteDelivery.DeliveryRunnable to private bounceWithMailetContext(mail Mail, ex Exception) : void from class org.apache.james.transport.mailets.remoteDelivery.Bouncer | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private mailetContext : MailetContext from class org.apache.james.transport.mailets.remoteDelivery.DeliveryRunnable to private mailetContext : MailetContext from class org.apache.james.transport.mailets.remoteDelivery.Bouncer | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.james.transport.mailets.remoteDelivery.Bouncer from class org.apache.james.transport.mailets.remoteDelivery.DeliveryRunnable | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type attributes : Optional<Map<String,Serializable>> to attributes : Map<String,Serializable> in class org.apache.mailet.base.test.FakeMailContext.SentMail.Builder | From | To |