5321dca5b804c4dff4c01f5a711b66c3b03045da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getMessageIds(messageManager MessageManager, mailboxSession MailboxSession) : List<Long> renamed to private getMessages(mailboxPath MailboxPath, mailboxSession MailboxSession) : List<Message<Id>> in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type messageManager : MessageManager to mailboxPath : MailboxPath in method private getMessages(mailboxPath MailboxPath, mailboxSession MailboxSession) : List<Message<Id>> in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Optional<MessageManager> to Optional<Mailbox<Id>> in method private getMailbox(mailboxPath MailboxPath, mailboxSession MailboxSession) : Optional<Mailbox<Id>> in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
| Change Return Type List<Long> to List<Message<Id>> in method private getMessages(mailboxPath MailboxPath, mailboxSession MailboxSession) : List<Message<Id>> in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter messageManager : MessageManager to mailboxPath : MailboxPath in method private getMessages(mailboxPath MailboxPath, mailboxSession MailboxSession) : List<Message<Id>> in class org.apache.james.jmap.methods.GetMessageListMethod | From | To |