0be33d70226374330c657adb94df9d484fe4a6b7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getAttachmentsShouldNotRetrieveInlineAttachmentsWhenSome() : void renamed to public getAttachmentsShouldRetrieveInlineAttachmentsWhenSome() : void in class org.apache.james.mailbox.store.mail.model.impl.MessageParserTest | From | To | |
| Rename Method public getAttachmentsShouldNotRetrieveEmbeddedAttachmentsWhenSome() : void renamed to public getAttachmentsShouldRetrieveEmbeddedAttachmentsWhenSome() : void in class org.apache.james.mailbox.store.mail.model.impl.MessageParserTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private isMultipart(entity Entity) : boolean extracted from private listAttachments(multipart Multipart) : List<MessageAttachment> in class org.apache.james.mailbox.store.mail.model.impl.MessageParser | From | To |