b87c93905cd3e0c79e8d859bc4e49ebc59db2a4b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type cid : Optional<String> to cid : Optional<Cid> in method package MessageAttachment(attachment Attachment, name Optional<String>, cid Optional<Cid>, isInline boolean) in class org.apache.james.mailbox.store.mail.model.MessageAttachment | From | To | |
Change Parameter Type cid : String to cid : Cid in method public cid(cid Cid) : Builder in class org.apache.james.mailbox.store.mail.model.MessageAttachment.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type Optional<String> to Optional<Cid> in method private cid(contentIdField Optional<ContentIdField>) : Optional<Cid> in class org.apache.james.mailbox.store.mail.model.impl.MessageParser | From | To | |
Change Return Type Optional<String> to Optional<Cid> in method public getCid() : Optional<Cid> in class org.apache.james.mailbox.store.mail.model.MessageAttachment | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cid : Optional<String> to cid : Optional<Cid> in method private retrieveAttachment(messageWriter MessageWriter, entity Entity) : MessageAttachment in class org.apache.james.mailbox.store.mail.model.impl.MessageParser | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cid : Optional<String> to cid : Optional<Cid> in class org.apache.james.mailbox.store.mail.model.MessageAttachment.Builder | From | To | |
Change Attribute Type cid : Optional<String> to cid : Optional<Cid> in class org.apache.james.mailbox.store.mail.model.MessageAttachment | From | To |