f973b280b32efc64422ee85f6e11fa6434c5fd4e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private assertOneMessageWithNullTextBodyReceived(recipientToken AccessToken, mailboxId String, expectedFrom String, expectedTo String) : boolean renamed to private assertOneMessageWithHtmlBodyReceived(recipientToken AccessToken, mailboxId String, expectedHtmlBody String, expectedFrom String, expectedTo String) : boolean in class org.apache.james.jmap.VacationIntegrationTest | From | To | |
Inline Method | 4 | ||
Inline Method private isText(im IndexableMessage) : boolean inlined to private getHtmlBody(im IndexableMessage) : String in class org.apache.james.jmap.model.Message | From | To | |
Inline Method private isHtml(im IndexableMessage) : boolean inlined to private getHtmlBody(im IndexableMessage) : String in class org.apache.james.jmap.model.Message | From | To |