1bfa390f500eddd0e5d3cd3a448b1b637a45ce10
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public updateMessage() : void renamed to public updateMessages() : void in class org.apache.james.mailbox.elasticsearch.ElasticSearchIndexerTest | From | To | |
Rename Variable | 1 | ||
Rename Variable expectedUpdateResponse : UpdateResponse to expectedBulkResponse : BulkResponse in method public updateShouldWork() : void in class org.apache.james.mailbox.elasticsearch.events.ElasticSearchListeningMailboxMessageSearchIndexTest | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [range : MessageRange, flags : Flags, modSeq : long] to updatedFlagsList : List<UpdatedFlags> in method public update(session MailboxSession, mailbox Mailbox<Id>, updatedFlagsList List<UpdatedFlags>) : void in class org.apache.james.mailbox.store.search.LazyMessageSearchIndex | From | To | |
Change Variable Type | 1 | ||
Change Variable Type expectedUpdateResponse : UpdateResponse to expectedBulkResponse : BulkResponse in method public updateShouldWork() : void in class org.apache.james.mailbox.elasticsearch.events.ElasticSearchListeningMailboxMessageSearchIndexTest | From | To | |
Extract Method | 1 | ||
Extract Method private update(mailbox Mailbox<Id>, uid long, f Flags) : void extracted from public update(session MailboxSession, mailbox Mailbox<Id>, range MessageRange, f Flags, modSeq long) : void in class org.apache.james.mailbox.lucene.search.LuceneMessageSearchIndex | From | To |