6e81f25ac2da71f9b218c71e00df362a18fe1da0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public downloadMayFailWhenUnableToCreateAttachmentMapper() : void renamed to public downloadMayFailWhenUnknownErrorOnAttachmentManager() : void in class org.apache.james.jmap.DownloadServletTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type mailboxSessionMapperFactory : MailboxSessionMapperFactory to attachmentManager : AttachmentManager in method package DownloadServlet(attachmentManager AttachmentManager, simpleTokenFactory SimpleTokenFactory) in class org.apache.james.jmap.DownloadServlet | From | To | |
| Rename Variable | 1 | ||
| Rename Variable mailboxSessionMapperFactory : MailboxSessionMapperFactory to mockedAttachmentManager : AttachmentManager in method public downloadMayFailWhenUnknownErrorOnAttachmentManager() : void in class org.apache.james.jmap.DownloadServletTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mailboxSessionMapperFactory : MailboxSessionMapperFactory to attachmentManager : AttachmentManager in class org.apache.james.jmap.DownloadServlet | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type mailboxSessionMapperFactory : MailboxSessionMapperFactory to mockedAttachmentManager : AttachmentManager in method public downloadMayFailWhenUnknownErrorOnAttachmentManager() : void in class org.apache.james.jmap.DownloadServletTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mailboxSessionMapperFactory : MailboxSessionMapperFactory to attachmentManager : AttachmentManager in class org.apache.james.jmap.DownloadServlet | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter mailboxSessionMapperFactory : MailboxSessionMapperFactory to attachmentManager : AttachmentManager in method package DownloadServlet(attachmentManager AttachmentManager, simpleTokenFactory SimpleTokenFactory) in class org.apache.james.jmap.DownloadServlet | From | To |