8af7a9076fa0eae1bb5a2fd317275137aea5881e
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type id : String to id : MessageId in method package Message(id MessageId, blobId String, threadId String, mailboxIds ImmutableList<String>, inReplyToMessageId Optional<String>, isUnread boolean, isFlagged boolean, isAnswered boolean, isDraft boolean, hasAttachment boolean, headers ImmutableMap<String,String>, from Optional<Emailer>, to ImmutableList<Emailer>, cc ImmutableList<Emailer>, bcc ImmutableList<Emailer>, replyTo ImmutableList<Emailer>, subject String, date ZonedDateTime, size long, preview String, textBody Optional<String>, htmlBody Optional<String>, attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<String,SubMessage>) in class org.apache.james.jmap.model.Message | From | To | |
Change Parameter Type id : String to id : MessageId in method public id(id MessageId) : Builder in class org.apache.james.jmap.model.Message.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type String to MessageId in method public getId() : MessageId in class org.apache.james.jmap.model.Message | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type id : String to id : MessageId in class org.apache.james.jmap.model.Message.Builder | From | To | |
Change Attribute Type id : String to id : MessageId in class org.apache.james.jmap.model.Message | From | To |