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