e151594fda77db2dae2aa5f524e26f6afd367a3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type mailboxIds : Collection<MailboxId> to mailboxIds : Iterable<MailboxId> in method public previousMailboxIds(mailboxIds Iterable<MailboxId>) : Builder in class org.apache.james.mailbox.model.MessageMoves.Builder | From | To | |
Change Parameter Type mailboxIds : Collection<MailboxId> to mailboxIds : Iterable<MailboxId> in method public targetMailboxIds(mailboxIds Iterable<MailboxId>) : Builder in class org.apache.james.mailbox.model.MessageMoves.Builder | From | To | |
Change Parameter Type messageIds : Collection<MessageId> to messageIds : Iterable<MessageId> in method public messageId(messageIds Iterable<MessageId>) : Builder in class org.apache.james.mailbox.MessageMoveEvent.Builder | From | To |