|
Change Return Type Function<Pair<CassandraMessageDAO.MessageWithoutAttachment,Stream<CassandraMessageDAO.MessageAttachmentRepresentation>>,CompletableFuture<Pair<CassandraMessageDAO.MessageWithoutAttachment,Stream<MessageAttachment>>>> to Function<Pair<MessageWithoutAttachment,Stream<MessageAttachmentRepresentation>>,CompletableFuture<Pair<MessageWithoutAttachment,Stream<MessageAttachment>>>> in method private loadAttachments(fetchType FetchType) : Function<Pair<MessageWithoutAttachment,Stream<MessageAttachmentRepresentation>>,CompletableFuture<Pair<MessageWithoutAttachment,Stream<MessageAttachment>>>> in class org.apache.james.mailbox.cassandra.mail.CassandraMessageIdMapper |
From |
To |
|
Change Return Type FunctionChainer<Pair<CassandraMessageDAO.MessageWithoutAttachment,Stream<MessageAttachment>>,SimpleMailboxMessage> to FunctionChainer<Pair<MessageWithoutAttachment,Stream<MessageAttachment>>,SimpleMailboxMessage> in method private toMailboxMessages() : FunctionChainer<Pair<MessageWithoutAttachment,Stream<MessageAttachment>>,SimpleMailboxMessage> in class org.apache.james.mailbox.cassandra.mail.CassandraMessageIdMapper |
From |
To |
|
Change Variable Type attachmentRepresentation1 : CassandraMessageDAO.MessageAttachmentRepresentation to attachmentRepresentation1 : MessageAttachmentRepresentation in method public getAttachmentsShouldReturnMultipleAttachmentWhenSeveralAttachmentsRepresentation() : void in class org.apache.james.mailbox.cassandra.mail.AttachmentLoaderTest |
From |
To |
|
Change Variable Type expectedMessageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to expectedMessageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldSetAttributesWhenAllAreGiven() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type messageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to messageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldAcceptInlineAndWithoutCid() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type attachmentRepresentation2 : CassandraMessageDAO.MessageAttachmentRepresentation to attachmentRepresentation2 : MessageAttachmentRepresentation in method public getAttachmentsShouldReturnMultipleAttachmentWhenSeveralAttachmentsRepresentation() : void in class org.apache.james.mailbox.cassandra.mail.AttachmentLoaderTest |
From |
To |
|
Change Variable Type attachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to attachmentRepresentation : MessageAttachmentRepresentation in method public getAttachmentsShouldWorkWithDuplicatedAttachments() : void in class org.apache.james.mailbox.cassandra.mail.AttachmentLoaderTest |
From |
To |
|
Change Variable Type expectedMessageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to expectedMessageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldWorkWhenMandatoryAttributesAreGiven() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type attachmentRepresentation : List<Optional<CassandraMessageDAO.MessageAttachmentRepresentation>> to attachmentRepresentation : List<Optional<MessageAttachmentRepresentation>> in method public saveShouldStoreMessageWithAttachmentAndCid() : void in class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAOTest |
From |
To |
|
Change Variable Type expectedMessageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to expectedMessageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldAcceptInlineAndWithoutCid() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type attachmentRepresentation2 : CassandraMessageDAO.MessageAttachmentRepresentation to attachmentRepresentation2 : MessageAttachmentRepresentation in method public getAttachmentsShouldWorkWithDuplicatedIds() : void in class org.apache.james.mailbox.cassandra.mail.AttachmentLoaderTest |
From |
To |
|
Change Variable Type attachmentRepresentation : List<Optional<CassandraMessageDAO.MessageAttachmentRepresentation>> to attachmentRepresentation : List<Optional<MessageAttachmentRepresentation>> in method public saveShouldStoreMessageWithAttachmentButNoCid() : void in class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAOTest |
From |
To |
|
Change Variable Type messageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to messageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldWorkWhenMandatoryAttributesAreGiven() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type attachmentRepresentation1 : CassandraMessageDAO.MessageAttachmentRepresentation to attachmentRepresentation1 : MessageAttachmentRepresentation in method public getAttachmentsShouldWorkWithDuplicatedIds() : void in class org.apache.james.mailbox.cassandra.mail.AttachmentLoaderTest |
From |
To |
|
Change Variable Type messageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to messageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldSetAttributesWhenAllAreGiven() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |
|
Change Variable Type messageAttachmentRepresentation : CassandraMessageDAO.MessageAttachmentRepresentation to messageAttachmentRepresentation : MessageAttachmentRepresentation in method public buildShouldSetIsInlineDefaultValueWhenNotGiven() : void in class org.apache.james.mailbox.cassandra.mail.MessageAttachmentRepresentationByIdTest |
From |
To |