29d233cc497e6e7a6f62f38285e751940fae5e48
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setMessageShouldAllowDraftCreationWhenUsingIsDraftProperty() : void renamed to public setMessagesShouldAllowDraftCreationWhenUsingIsDraftProperty() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type messagesToBeUpdated : List<MessageResult> to previousMailboxes : ImmutableList<MailboxId> in method private getTargetedMailboxes(previousMailboxes ImmutableList<MailboxId>, updateMessagePatch UpdateMessagePatch) : List<MailboxId> in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor | From | To | |
Change Parameter Type e : MailboxException to e : Exception in method private handleMessageUpdateException(messageId MessageId, builder SetMessagesResponse.Builder, e Exception) : SetMessagesResponse.Builder in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor | From | To | |
Extract Variable | 1 | ||
Extract Variable systemMailboxesProvider : SystemMailboxesProvider in method public processShouldReturnNonEmptyNotUpdatedWhenRequestHasInvalidUpdate() : void from class org.apache.james.jmap.methods.SetMessagesUpdateProcessorTest | From | To | |
Extract Method | 1 | ||
Extract Method private assertUserIsSender(session MailboxSession, sender MailAddress) : void extracted from private assertUserIsInSenders(envelope Envelope, session MailboxSession) : void in class org.apache.james.jmap.methods.MessageSender | From | To | |
Rename Parameter | 1 | ||
Rename Parameter messagesToBeUpdated : List<MessageResult> to previousMailboxes : ImmutableList<MailboxId> in method private getTargetedMailboxes(previousMailboxes ImmutableList<MailboxId>, updateMessagePatch UpdateMessagePatch) : List<MailboxId> in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor | From | To |