89994c30809c7a963938a7a6eebe9b62baa62774
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type mailboxIds : List<String> to mailboxIds : Optional<List<String>> in method package UpdateMessagePatch(mailboxIds Optional<List<String>>, isUnread Optional<Boolean>, isFlagged Optional<Boolean>, isAnswered Optional<Boolean>, validationResults ImmutableList<ValidationResult>) in class org.apache.james.jmap.model.UpdateMessagePatch | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<String> to Optional<List<String>> in method public getMailboxIds() : Optional<List<String>> in class org.apache.james.jmap.model.UpdateMessagePatch | From | To | |
| Change Return Type void to SetMessagesResponse.Builder in method private handleMessageUpdateException(messageId MessageId, builder SetMessagesResponse.Builder, e MailboxException) : SetMessagesResponse.Builder in class org.apache.james.jmap.methods.SetMessagesUpdateProcessor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mailboxIds : ImmutableList.Builder<String> to mailboxIds : Optional<List<String>> in class org.apache.james.jmap.model.UpdateMessagePatch.Builder | From | To | |
| Change Attribute Type mailboxIds : List<String> to mailboxIds : Optional<List<String>> in class org.apache.james.jmap.model.UpdateMessagePatch | From | To |