81c890734161a52221d5ff14b1a2e1dd30a2e720
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable isForbidden : boolean to mailboxForbidden : Optional<MailboxId> in method private filterOnMailboxSession(mailboxIds List<MailboxId>, mailboxSession MailboxSession) : void in class org.apache.james.mailbox.inmemory.InMemoryMessageIdManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type isForbidden : boolean to mailboxForbidden : Optional<MailboxId> in method private filterOnMailboxSession(mailboxIds List<MailboxId>, mailboxSession MailboxSession) : void in class org.apache.james.mailbox.inmemory.InMemoryMessageIdManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mailboxName : String to message : String in method public MailboxNotFoundException(message String) in class org.apache.james.mailbox.exception.MailboxNotFoundException | From | To |