83e9e0c46de33800ef88fd9c5a8492acec000541
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getMessageId() : String from class org.apache.james.mailbox.elasticsearch.json.IndexableMessageWithMessageId to public getMessageId() : String from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage | From | To | |
Move Method | 2 | ||
Move Method private setFlattenedAttachments(parsingResult MimePart, indexAttachments IndexAttachments) : void from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage to private setFlattenedAttachments(parsingResult MimePart, indexAttachments IndexAttachments) : List<MimePart> from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage.Builder | From | To | |
Move Method private getSanitizedInternalDate(message MailboxMessage, zoneId ZoneId) : ZonedDateTime from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage to private getSanitizedInternalDate(message MailboxMessage, zoneId ZoneId) : ZonedDateTime from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type void to List<MimePart> in method private setFlattenedAttachments(parsingResult MimePart, indexAttachments IndexAttachments) : List<MimePart> in class org.apache.james.mailbox.elasticsearch.json.IndexableMessage.Builder | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private messageId : String from class org.apache.james.mailbox.elasticsearch.json.IndexableMessageWithMessageId to private messageId : String from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.james.mailbox.elasticsearch.json.IndexableMessage.Builder from class org.apache.james.mailbox.elasticsearch.json.IndexableMessage | From | To |