10cbc71b8dec6d6f0c1c685488cdbef43ffad315
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mailboxPath : MailboxPath to messageManager : MessageManager in method private getMailboxMetaData(messageManager MessageManager, mailboxSession MailboxSession) : MessageManager.MetaData in class org.apache.james.jmap.utils.MailboxUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type String to Optional<MailboxId> in method package getParentIdFromMailboxPath(mailboxPath MailboxPath, mailboxSession MailboxSession) : Optional<MailboxId> in class org.apache.james.jmap.utils.MailboxUtils | From | To | |
Change Return Type String to MailboxId in method private getMailboxId(mailboxPath MailboxPath, mailboxSession MailboxSession) : MailboxId in class org.apache.james.jmap.utils.MailboxUtils | From | To | |
Change Variable Type | 3 | ||
Change Variable Type id : String to id : Optional<MailboxId> in method public getParentIdFromMailboxPathShouldReturnParentIdWhenChildOfChildMailbox() : void in class org.apache.james.jmap.utils.MailboxUtilsTest | From | To | |
Change Variable Type id : String to id : Optional<MailboxId> in method public getParentIdFromMailboxPathShouldReturnParentIdWhenChildMailbox() : void in class org.apache.james.jmap.utils.MailboxUtilsTest | From | To | |
Change Variable Type id : String to id : Optional<MailboxId> in method public getParentIdFromMailboxPathShouldReturNullWhenRootMailbox() : void in class org.apache.james.jmap.utils.MailboxUtilsTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mailboxPath : MailboxPath to messageManager : MessageManager in method private getMailboxMetaData(messageManager MessageManager, mailboxSession MailboxSession) : MessageManager.MetaData in class org.apache.james.jmap.utils.MailboxUtils | From | To |