32b15c346916a6bf04a8e7343eb9f103ffcc033c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private toMessagesWithoutAttachements(messageIds List<ComposedMessageIdWithMetaData>, fetchType FetchType, resultSet ResultSet) : Stream<Pair<MessageWithoutAttachment,Stream<MessageAttachmentRepresentation>>> renamed to private toMessagesWithAttachmentRepresentation(messageIds List<ComposedMessageIdWithMetaData>, fetchType FetchType, resultSet ResultSet) : Stream<Pair<MessageWithoutAttachment,Stream<MessageAttachmentRepresentation>>> in class org.apache.james.mailbox.cassandra.mail.CassandraMessageDAO | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public ofListener(mailboxListener MailboxListener) : MailboxEventDispatcher extracted from public setUp() : void in class org.apache.james.mailbox.store.MailboxEventDispatcherTest & moved to class org.apache.james.mailbox.store.event.MailboxEventDispatcher | From | To | |
Extract And Move Method public ofListener(mailboxListener MailboxListener) : MailboxEventDispatcher extracted from protected createTestingData() : MessageIdManagerTestSystem in class org.apache.james.mailbox.cassandra.CassandraMessageIdManagerStorageTest & moved to class org.apache.james.mailbox.store.event.MailboxEventDispatcher | From | To |