f88cc4bd50cd71f096139d02af1a761ea3289470
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setRecipientRewriteTableSupport(useVut boolean) : void renamed to public setSupportsRecipientRewriteTable(supportsRecipientRewriteTable boolean) : void in class org.apache.james.smtpserver.fastfail.ValidRcptHandler | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute useVut : boolean to supportsRecipientRewriteTable : boolean in class org.apache.james.smtpserver.fastfail.ValidRcptHandler | From | To | |
| Rename Attribute vut : RecipientRewriteTable to recipientRewriteTable : RecipientRewriteTable in class org.apache.james.smtpserver.fastfail.ValidRcptHandler | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter useVut : boolean to supportsRecipientRewriteTable : boolean in method public setSupportsRecipientRewriteTable(supportsRecipientRewriteTable boolean) : void in class org.apache.james.smtpserver.fastfail.ValidRcptHandler | From | To | |
| Rename Parameter vut : RecipientRewriteTable to recipientRewriteTable : RecipientRewriteTable in method public ValidRcptHandler(users UsersRepository, recipientRewriteTable RecipientRewriteTable, domains DomainList) in class org.apache.james.smtpserver.fastfail.ValidRcptHandler | From | To |