833083147a62ed78d23790f47a66072725b19d3f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable addressList : String to forwardTo : String in method private getForwardTo() : String in class org.apache.james.transport.mailets.Forward | From | To | |
| Rename Variable newRecipients : Collection<MailAddress> to builder : ImmutableList.Builder<MailAddress> in method protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To | |
| Rename Variable anIaarray : InternetAddress to address : InternetAddress in method protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private ALLOWED_SPECIALS : String[] in class org.apache.james.transport.mailets.Forward | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type newRecipients : Collection<MailAddress> to builder : ImmutableList.Builder<MailAddress> in method protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To | |
| Inline Variable | 1 | ||
| Inline Variable addressString : String in method protected getRecipients() : Collection<MailAddress> from class org.apache.james.transport.mailets.Forward | From | To | |
| Extract Method | 3 | ||
| Extract Method private extractAddresses(addressList String) : InternetAddress[] extracted from protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To | |
| Extract Method private toMailAddress(address InternetAddress) : MailAddress extracted from protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To | |
| Extract Method private getForwardTo() : String extracted from protected getRecipients() : Collection<MailAddress> in class org.apache.james.transport.mailets.Forward | From | To |