655d35b38d2a3ed9577f9998e54c9398c7d91740
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private reIndex(path MailboxPath, mailboxSession MailboxSession, reprocessingContext ReprocessingContext) : Task.Result renamed to private reIndexSingleMailbox(mailboxId MailboxId, reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type path : MailboxPath to mailboxId : MailboxId in method private reIndexSingleMailbox(mailboxId MailboxId, reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Rename Variable | 1 | ||
| Rename Variable mailboxPaths : List<MailboxPath> to mailboxIds : Stream<MailboxId> in method package reIndex(user User, reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private RE_INDEXING : String in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [mailboxPaths : List<MailboxPath>, mailboxSession : MailboxSession] to mailboxIds : Stream<MailboxId> in method package reIndex(reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type mailboxPaths : List<MailboxPath> to mailboxIds : Stream<MailboxId> in method package reIndex(user User, reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter path : MailboxPath to mailboxId : MailboxId in method private reIndexSingleMailbox(mailboxId MailboxId, reprocessingContext ReprocessingContext) : Task.Result in class org.apache.mailbox.tools.indexer.ReIndexerPerformer | From | To |