46e520e621b6c0ae4a9ec8733cf2eb34c066a71e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getAllowedFroms() : Collection<String> renamed to public getAllowedFrom() : String in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type allowedFromMailAddresses : List<String> to allowedFromMailAddress : String in method private isAllowedFromAddress(message Message, allowedFromMailAddress String) : boolean in class org.apache.james.jmap.methods.MessageSender | From | To | |
Change Parameter Type allowedFroms : Collection<String> to allowedFrom : String in method public MailboxSendingNotAllowedException(allowedFrom String) in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To | |
Rename Variable | 1 | ||
Rename Variable allowedSenders : List<String> to allowedSender : String in method private validateUserIsInSenders(message Message, session MailboxSession) : void in class org.apache.james.jmap.methods.MessageSender | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<String> to String in method public getAllowedFrom() : String in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To | |
Rename Attribute | 1 | ||
Rename Attribute allowedFroms : Collection<String> to allowedFrom : String in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To | |
Change Variable Type | 1 | ||
Change Variable Type allowedSenders : List<String> to allowedSender : String in method private validateUserIsInSenders(message Message, session MailboxSession) : void in class org.apache.james.jmap.methods.MessageSender | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type allowedFroms : Collection<String> to allowedFrom : String in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To | |
Rename Parameter | 2 | ||
Rename Parameter allowedFromMailAddresses : List<String> to allowedFromMailAddress : String in method private isAllowedFromAddress(message Message, allowedFromMailAddress String) : boolean in class org.apache.james.jmap.methods.MessageSender | From | To | |
Rename Parameter allowedFroms : Collection<String> to allowedFrom : String in method public MailboxSendingNotAllowedException(allowedFrom String) in class org.apache.james.jmap.methods.MailboxSendingNotAllowedException | From | To |