1b4d92391c8e566c81297ae98ba4c75ae3e32408
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public storeAttachments(attachments Collection<Attachment>) : void renamed to public storeAttachmentsForMessage(attachments Collection<Attachment>, ownerMessageId MessageId) : void in class org.apache.james.mailbox.inmemory.mail.InMemoryAttachmentMapper | From | To | |
| Rename Method public storeAttachments(attachments Collection<Attachment>) : void renamed to public storeAttachmentsForMessage(attachments Collection<Attachment>, ownerMessageId MessageId) : void in class org.apache.james.mailbox.store.mail.AttachmentMapper | From | To | |
| Rename Method public storeAttachments(attachments Collection<Attachment>) : void renamed to public storeAttachmentsForMessage(attachments Collection<Attachment>, ownerMessageId MessageId) : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
| Rename Method public storeAttachments(attachments Collection<Attachment>, mailboxSession MailboxSession) : void renamed to public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.AttachmentManager | From | To | |
| Rename Method public storeAttachments(attachments Collection<Attachment>, mailboxSession MailboxSession) : void renamed to public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.store.StoreAttachmentManager | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type attachments : Collection<Attachment> to attachmentId : AttachmentId in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.store.StoreAttachmentManager | From | To | |
| Change Parameter Type attachments : Collection<Attachment> to attachmentId : AttachmentId in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.AttachmentManager | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to Collection<MessageId> in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.AttachmentManager | From | To | |
| Change Return Type void to Collection<MessageId> in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.store.StoreAttachmentManager | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private UNKNOWN_ATTACHMENT_ID : AttachmentId in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter attachments : Collection<Attachment> to attachmentId : AttachmentId in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.store.StoreAttachmentManager | From | To | |
| Rename Parameter attachments : Collection<Attachment> to attachmentId : AttachmentId in method public getOwnerMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.AttachmentManager | From | To |