9b3027e66adf25a87a62f15cef3aec3efea09d88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getRrtExecutionResult(mail Mail, recipient MailAddress) : RrtExecutionResult renamed to private executeRrtForRecipient(mail Mail, recipient MailAddress) : RrtExecutionResult in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type newRecipients : Optional<List<MailAddress>> to newRecipients : ImmutableList<MailAddress> in method public RrtExecutionResult(newRecipients ImmutableList<MailAddress>, recipientWithError ImmutableList<MailAddress>) in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Parameter Type recipientWithError : Optional<List<MailAddress>> to recipientWithError : ImmutableList<MailAddress> in method public RrtExecutionResult(newRecipients ImmutableList<MailAddress>, recipientWithError ImmutableList<MailAddress>) in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Optional<List<MailAddress>> to List<MailAddress> in method public getNewRecipients() : List<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Return Type Optional<List<MailAddress>> to List<MailAddress> in method public getRecipientWithError() : List<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type recipientWithError : Optional<List<MailAddress>> to recipientWithError : ImmutableList<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Attribute Type virtualTableStore : org.apache.james.rrt.api.RecipientRewriteTable to virtualTableStore : RecipientRewriteTable in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor | From | To | |
| Change Attribute Type newRecipients : Optional<List<MailAddress>> to newRecipients : ImmutableList<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method private success(mailAddresses List<MailAddress>) : RrtExecutionResult extracted from private getRrtExecutionResult(mail Mail, recipient MailAddress) : RrtExecutionResult in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor & moved to class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To |