a4214bdfcf359a6e8510c31c93bc0503fecbd163
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private constructMailboxEventProxy(eventType EventType, mailboxSession MailboxSession, mailboxIntermediate MailboxDataTransferObject) : EventDataTransferObject renamed to private constructMailboxAddedProxy(eventType EventType, mailboxSession MailboxSession, mailboxIntermediate MailboxDataTransferObject) : EventDataTransferObject in class org.apache.james.mailbox.store.json.event.EventConverter | From | To | |
Rename Variable | 2 | ||
Rename Variable mailbox1 : Mailbox to mailbox : Mailbox in method public deleteMailbox(mailboxPath MailboxPath, session MailboxSession) : void in class org.apache.james.mailbox.store.StoreMailboxManager | From | To | |
Rename Variable mapper : MailboxMapper to mailboxMapper : MailboxMapper in method public deleteMailbox(mailboxPath MailboxPath, session MailboxSession) : void in class org.apache.james.mailbox.store.StoreMailboxManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type event : MailboxListener.MailboxEvent to event : MailboxListener.MailboxDeletion in method public mailboxDeletionShouldBeWellConverted() : void in class org.apache.james.mailbox.store.json.EventSerializerTest | From | To | |
Change Variable Type deserializedEvent : MailboxListener.MailboxEvent to deserializedEvent : MailboxListener.MailboxDeletion in method public mailboxDeletionShouldBeWellConverted() : void in class org.apache.james.mailbox.store.json.EventSerializerTest | From | To |