bd6bd22379434ca494ea774fad9b70f68d607c37
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getMailboxId() : MailboxId renamed to public getMailboxIds() : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type mailboxId : MailboxId to mailboxIds : List<MailboxId> in method private MetaDataWithContent(uid MessageUid, modSeq long, flags Flags, size long, internalDate Date, content InputStream, sharedContent SharedInputStream, attachments List<MessageAttachment>, mailboxIds List<MailboxId>, messageId MessageId) in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To | |
| Change Return Type | 2 | ||
| Change Return Type MailboxId to List<MailboxId> in method public getMailboxIds() : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To | |
| Change Return Type Object to Method.Response in method public getResponse() : Method.Response in class org.apache.james.jmap.methods.JmapResponse | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mailboxId : MailboxId to mailboxIds : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To | |
| Rename Attribute mailboxId : MailboxId to mailboxIds : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent.Builder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mailboxId : MailboxId to mailboxIds : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To | |
| Change Attribute Type mailboxId : MailboxId to mailboxIds : List<MailboxId> in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent.Builder | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter mailboxId : MailboxId to mailboxIds : List<MailboxId> in method private MetaDataWithContent(uid MessageUid, modSeq long, flags Flags, size long, internalDate Date, content InputStream, sharedContent SharedInputStream, attachments List<MessageAttachment>, mailboxIds List<MailboxId>, messageId MessageId) in class org.apache.james.jmap.model.MessageFactory.MetaDataWithContent | From | To |