e4eddb372a4789e13814917fb239bcd0aee09e61
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private getCachedMailbox(mailboxId MaildirId) : Mailbox from class org.apache.james.mailbox.maildir.mail.MaildirMailboxMapper to public getCachedMailbox(mailboxId MaildirId) : Mailbox from class org.apache.james.mailbox.maildir.mail.MailboxCache | From | To | |
| Move Method private cacheMailbox(mailbox Mailbox) : Mailbox from class org.apache.james.mailbox.maildir.mail.MaildirMailboxMapper to public cacheMailbox(mailbox Mailbox) : Mailbox from class org.apache.james.mailbox.maildir.mail.MailboxCache | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.james.mailbox.maildir.mail.MailboxCache from class org.apache.james.mailbox.maildir.mail.MaildirMailboxMapper | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mailboxCache : ArrayList<Mailbox> to mailboxCache : MailboxCache in class org.apache.james.mailbox.maildir.mail.MaildirMailboxMapper | From | To |