71a6b1b1ab70c71773cfe9df65402d832961460e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public applyStateShouldDeletedFlag() : void renamed to public applyStateShouldPreserveDeletedFlag() : void in class org.apache.james.jmap.model.OldKeywordTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type keywords : Optional<Keywords> to keywords : Keywords in method package CreationMessage(mailboxIds ImmutableList<String>, inReplyToMessageId Optional<String>, headers ImmutableMap<String,String>, from Optional<DraftEmailer>, to ImmutableList<DraftEmailer>, cc ImmutableList<DraftEmailer>, bcc ImmutableList<DraftEmailer>, replyTo ImmutableList<DraftEmailer>, subject String, date ZonedDateTime, textBody Optional<String>, htmlBody Optional<String>, attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<BlobId,SubMessage>, keywords Keywords) in class org.apache.james.jmap.model.CreationMessage | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<Keywords> to Keywords in method public getKeywords() : Keywords in class org.apache.james.jmap.model.CreationMessage | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable maybeKeywords : Optional<Keywords> to keywords : Optional<Keywords> in method public computeKeywords(keywords Optional<Keywords>, oldKeywords Optional<OldKeyword>) : Keywords in class org.apache.james.jmap.model.CreationMessage.Builder | From | To | |
Extract Method | 1 | ||
Extract Method public computeKeywords(keywords Optional<Keywords>, oldKeywords Optional<OldKeyword>) : Keywords extracted from public build() : CreationMessage in class org.apache.james.jmap.model.CreationMessage.Builder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type keywords : Optional<Keywords> to keywords : Keywords in class org.apache.james.jmap.model.CreationMessage | From | To |