ea12b94b50b49b3dfc8739825a60c87321fd0329
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in method public CassandraAttachmentMapper(attachmentDAO CassandraAttachmentDAO, attachmentDAOV2 CassandraAttachmentDAOV2, objectStore ObjectStore, attachmentMessageIdDAO CassandraAttachmentMessageIdDAO, ownerDAO CassandraAttachmentOwnerDAO) in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Change Parameter Type blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in method public AttachmentV2Migration(attachmentDAOV1 CassandraAttachmentDAO, attachmentDAOV2 CassandraAttachmentDAOV2, objectStore ObjectStore) in class org.apache.james.mailbox.cassandra.mail.migration.AttachmentV2Migration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Rename Attribute blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in class org.apache.james.mailbox.cassandra.mail.migration.AttachmentV2Migration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type blobId : CassandraBlobId to blobId : BlobId in method public getAttachmentShouldReturnAttachmentWhenStored() : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2Test | From | To | |
Split Parameter | 1 | ||
Split Parameter blobsDAO : CassandraBlobsDAO to [blobIdFactory : BlobId.Factory, objectStore : ObjectStore] in method public CassandraMessageDAO(session Session, typesProvider CassandraTypesProvider, objectStore ObjectStore, blobIdFactory BlobId.Factory, cassandraUtils CassandraUtils, messageIdFactory CassandraMessageId.Factory) in class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAO | From | To | |
Extract Variable | 2 | ||
Extract Variable headerContent : byte[] in method private saveContent(message MailboxMessage) : CompletableFuture<Pair<BlobId,BlobId>> from class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAO | From | To | |
Extract Variable bodyContent : byte[] in method private saveContent(message MailboxMessage) : CompletableFuture<Pair<BlobId,BlobId>> from class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAO | From | To | |
Split Attribute | 1 | ||
Split Attribute blobsDAO : CassandraBlobsDAO to [blobIdFactory : BlobId.Factory, objectStore : ObjectStore] in class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAO | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Change Attribute Type blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in class org.apache.james.mailbox.cassandra.mail.migration.AttachmentV2Migration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in method public CassandraAttachmentMapper(attachmentDAO CassandraAttachmentDAO, attachmentDAOV2 CassandraAttachmentDAOV2, objectStore ObjectStore, attachmentMessageIdDAO CassandraAttachmentMessageIdDAO, ownerDAO CassandraAttachmentOwnerDAO) in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Rename Parameter blobsDAO : CassandraBlobsDAO to objectStore : ObjectStore in method public AttachmentV2Migration(attachmentDAOV1 CassandraAttachmentDAO, attachmentDAOV2 CassandraAttachmentDAOV2, objectStore ObjectStore) in class org.apache.james.mailbox.cassandra.mail.migration.AttachmentV2Migration | From | To |