895b50b1fbcb375bfc815d88518fc0985dcaafa6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type recipientWithError : ImmutableList<MailAddress> to recipientWithError : ImmutableSet<MailAddress> in method public RrtExecutionResult(newRecipients ImmutableSet<MailAddress>, recipientWithError ImmutableSet<MailAddress>) in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Parameter Type newRecipients : ImmutableList<MailAddress> to newRecipients : ImmutableSet<MailAddress> in method public RrtExecutionResult(newRecipients ImmutableSet<MailAddress>, recipientWithError ImmutableSet<MailAddress>) in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<MailAddress> to Set<MailAddress> in method public getRecipientWithError() : Set<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Return Type List<MailAddress> to Set<MailAddress> in method public getNewRecipients() : Set<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type newRecipients : ImmutableList<MailAddress> to newRecipients : ImmutableSet<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To | |
| Change Attribute Type recipientWithError : ImmutableList<MailAddress> to recipientWithError : ImmutableSet<MailAddress> in class org.apache.james.transport.mailets.RecipientRewriteTableProcessor.RrtExecutionResult | From | To |