662fa4a954571ef6a0d7044873359211eeaae181
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type attachedMessages : Map<String,SubMessage> to attachedMessages : Map<BlobId,SubMessage> in method public attachedMessages(attachedMessages Map<BlobId,SubMessage>) : Builder in class org.apache.james.jmap.model.CreationMessage.Builder | From | To | |
Change Parameter Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method package CreationMessage(mailboxIds ImmutableList<String>, inReplyToMessageId Optional<String>, isUnread boolean, isFlagged boolean, isAnswered boolean, isDraft boolean, headers ImmutableMap<String,String>, from Optional<DraftEmailer>, to ImmutableList<DraftEmailer>, cc ImmutableList<DraftEmailer>, bcc ImmutableList<DraftEmailer>, replyTo ImmutableList<DraftEmailer>, subject String, date ZonedDateTime, textBody Optional<String>, htmlBody Optional<String>, attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<BlobId,SubMessage>) in class org.apache.james.jmap.model.CreationMessage | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableMap<String,SubMessage> to ImmutableMap<BlobId,SubMessage> in method public getAttachedMessages() : ImmutableMap<BlobId,SubMessage> in class org.apache.james.jmap.model.CreationMessage | From | To | |
Change Variable Type | 1 | ||
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public build() : CreationMessage in class org.apache.james.jmap.model.CreationMessage.Builder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type attachedMessages : ImmutableMap.Builder<String,SubMessage> to attachedMessages : ImmutableMap.Builder<BlobId,SubMessage> in class org.apache.james.jmap.model.CreationMessage.Builder | From | To | |
Change Attribute Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in class org.apache.james.jmap.model.CreationMessage | From | To |