c3e5598c7bc3552d2d8d4b1fd5a196c45aeda33d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type attachment : DAOAttachmentModel to attachment : DAOAttachment in method public storeAttachment(attachment DAOAttachment) : CompletableFuture<Void> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2 | From | To | |
Change Parameter Type optionalModel : Optional<DAOAttachmentModel> to daoAttachmentOptional : Optional<DAOAttachment> in method private retrievePayload(daoAttachmentOptional Optional<DAOAttachment>) : CompletionStage<Optional<Attachment>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Rename Variable | 2 | ||
Rename Variable model : DAOAttachmentModel to daoAttachment : DAOAttachment in method public getAttachmentShouldReturnAttachmentWhenStored() : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2Test | From | To | |
Rename Variable model : DAOAttachmentModel to daoAttachment : DAOAttachment in method private retrievePayload(daoAttachmentOptional Optional<DAOAttachment>) : CompletionStage<Optional<Attachment>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Change Return Type | 3 | ||
Change Return Type DAOAttachmentModel to DAOAttachment in method private fromRow(row Row) : DAOAttachment in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2 | From | To | |
Change Return Type DAOAttachmentModel to DAOAttachment in method public from(attachment Attachment, blobId BlobId) : DAOAttachment in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2 | From | To | |
Change Return Type CompletableFuture<Optional<DAOAttachmentModel>> to CompletableFuture<Optional<DAOAttachment>> in method public getAttachment(attachmentId AttachmentId) : CompletableFuture<Optional<DAOAttachment>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2 | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2.DAOAttachmentModel renamed to org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2.DAOAttachment | From | To | |
Change Variable Type | 5 | ||
Change Variable Type model : DAOAttachmentModel to daoAttachment : DAOAttachment in method private retrievePayload(daoAttachmentOptional Optional<DAOAttachment>) : CompletionStage<Optional<Attachment>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To | |
Change Variable Type actual : Optional<DAOAttachmentModel> to actual : Optional<DAOAttachment> in method public getAttachmentShouldReturnAttachmentWhenStored() : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2Test | From | To | |
Change Variable Type attachment : Optional<DAOAttachmentModel> to attachment : Optional<DAOAttachment> in method public getAttachmentShouldReturnEmptyWhenAbsent() : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2Test | From | To | |
Change Variable Type model : DAOAttachmentModel to daoAttachment : DAOAttachment in method public getAttachmentShouldReturnAttachmentWhenStored() : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2Test | From | To | |
Change Variable Type that : DAOAttachmentModel to that : DAOAttachment in method public equals(o Object) : boolean in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentDAOV2.DAOAttachment | From | To | |
Rename Parameter | 1 | ||
Rename Parameter optionalModel : Optional<DAOAttachmentModel> to daoAttachmentOptional : Optional<DAOAttachment> in method private retrievePayload(daoAttachmentOptional Optional<DAOAttachment>) : CompletionStage<Optional<Attachment>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper | From | To |