|
Change Parameter Type created : Map<CreationMessageId,Message> to created : ImmutableMap<CreationMessageId,Message> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type notUpdated : Map<MessageId,SetError> to notUpdated : ImmutableMap<MessageId,SetError> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type destroyed : List<MessageId> to destroyed : ImmutableList<MessageId> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type updated : List<MessageId> to updated : ImmutableList<MessageId> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type notDestroyed : Map<MessageId,SetError> to notDestroyed : ImmutableMap<MessageId,SetError> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type notCreated : Map<CreationMessageId,SetError> to notCreated : ImmutableMap<CreationMessageId,SetError> in method package SetMessagesResponse(accountId String, oldState String, newState String, created ImmutableMap<CreationMessageId,Message>, updated ImmutableList<MessageId>, destroyed ImmutableList<MessageId>, notCreated ImmutableMap<CreationMessageId,SetError>, notUpdated ImmutableMap<MessageId,SetError>, notDestroyed ImmutableMap<MessageId,SetError>) in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Parameter Type mailboxManager : MailboxManager to messageIdManager : MessageIdManager in method package SetMessagesDestructionProcessor(messageIdManager MessageIdManager) in class org.apache.james.jmap.methods.SetMessagesDestructionProcessor |
From |
To |
|
Change Parameter Type mailboxManager : MailboxManager to messageIdManager : MessageIdManager in method package SetMessagesUpdateProcessor(updatePatchConverter UpdateMessagePatchConverter, messageIdManager MessageIdManager) in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor |
From |
To |
|
Change Parameter Type messageId : CreationMessageId to messageId : MessageId in method private buildMessage(creationMessageId CreationMessageId, messageId MessageId) : ImmutableMap<CreationMessageId,Message> in class org.apache.james.jmap.model.SetMessagesResponseTest |
From |
To |
|
Rename Variable presumedMessageId : String to receivedMessageId : String in method public attachmentsShouldBeRetrievedWhenChainingSetMessagesAndGetMessagesTextAttachment() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldMarkMessageAsAnsweredWhenIsAnsweredPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldReturnUpdatedIdAndNoErrorWhenIsUnreadPassedToFalse() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to receivedMessageId : String in method public filenamesAttachmentsWithNonASCIICharactersShouldBeRetrievedWhenChainingSetMessagesAndGetMessages() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldReturnUpdatedIdAndNoErrorWhenIsFlaggedPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldMarkAsFlaggedWhenIsFlaggedPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to receivedMessageId : String in method public attachmentsShouldBeRetrievedWhenChainingSetMessagesAndGetMessagesBinaryAttachment() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable messageId : ComposedMessageId to message : ComposedMessageId in method public processShouldFetchHtmlMessage() : void in class org.apache.james.jmap.methods.GetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldMarkAsAnsweredWhenIsAnsweredPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldMarkAsReadWhenIsUnreadPassedToFalse() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldMarkAsUnreadWhenIsUnreadPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Rename Variable presumedMessageId : String to serializedMessageId : String in method public setMessagesShouldReturnUpdatedIdAndNoErrorWhenIsUnreadPassed() : void in class org.apache.james.jmap.methods.integration.SetMessagesMethodTest |
From |
To |
|
Change Return Type void to MessageId in method private appendMessage(mailbox String, contentType ContentType, subject String, content String, headers Optional<Map<String,String>>) : MessageId in class org.apache.james.jmap.methods.integration.cucumber.GetMessagesMethodStepdefs |
From |
To |
|
Change Return Type Map<MessageId,SetError> to ImmutableMap<MessageId,SetError> in method public getNotUpdated() : ImmutableMap<MessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Return Type Map<CreationMessageId,SetError> to ImmutableMap<CreationMessageId,SetError> in method public getNotCreated() : ImmutableMap<CreationMessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Return Type List<MessageId> to ImmutableList<MessageId> in method public getDestroyed() : ImmutableList<MessageId> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Return Type List<MessageId> to ImmutableList<MessageId> in method public getUpdated() : ImmutableList<MessageId> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Return Type Map<CreationMessageId,Message> to ImmutableMap<CreationMessageId,Message> in method public getCreated() : ImmutableMap<CreationMessageId,Message> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Return Type Map<MessageId,SetError> to ImmutableMap<MessageId,SetError> in method public getNotDestroyed() : ImmutableMap<MessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type updated : List<MessageId> to updated : ImmutableList<MessageId> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type destroyed : List<MessageId> to destroyed : ImmutableList<MessageId> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type mailboxManager : MailboxManager to messageIdManager : MessageIdManager in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor |
From |
To |
|
Change Attribute Type notUpdated : Map<MessageId,SetError> to notUpdated : ImmutableMap<MessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type created : Map<CreationMessageId,Message> to created : ImmutableMap<CreationMessageId,Message> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type mailboxManager : MailboxManager to messageIdManager : MessageIdManager in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Change Attribute Type mailboxManager : MailboxManager to messageIdManager : MessageIdManager in class org.apache.james.jmap.methods.SetMessagesDestructionProcessor |
From |
To |
|
Change Attribute Type notCreated : Map<CreationMessageId,SetError> to notCreated : ImmutableMap<CreationMessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Change Attribute Type notDestroyed : Map<MessageId,SetError> to notDestroyed : ImmutableMap<MessageId,SetError> in class org.apache.james.jmap.model.SetMessagesResponse |
From |
To |
|
Rename Parameter messageId : CreationMessageId to creationMessageId : CreationMessageId in method private buildMessage(creationMessageId CreationMessageId, messageId MessageId) : ImmutableMap<CreationMessageId,Message> in class org.apache.james.jmap.model.SetMessagesResponseTest |
From |
To |
|
Rename Parameter mailboxManager : MailboxManager to messageIdManager : MessageIdManager in method package SetMessagesDestructionProcessor(messageIdManager MessageIdManager) in class org.apache.james.jmap.methods.SetMessagesDestructionProcessor |
From |
To |
|
Rename Parameter mailboxManager : MailboxManager to messageIdManager : MessageIdManager in method package SetMessagesUpdateProcessor(updatePatchConverter UpdateMessagePatchConverter, messageIdManager MessageIdManager) in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor |
From |
To |
|
Rename Parameter contentType : String to messageName : String in method public appendMessage(messageName String, mailbox String, subject String, content String) : void in class org.apache.james.jmap.methods.integration.cucumber.GetMessagesMethodStepdefs |
From |
To |
|
Rename Parameter id : String to messageName : String in method public assertIdOfTheFirstMessage(messageName String) : void in class org.apache.james.jmap.methods.integration.cucumber.GetMessagesMethodStepdefs |
From |
To |