26912fd501c9a5770f0d097bc29cd61159f8b7ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type mailActionMap : ConcurrentMap<Class,MailAction> to mailActionMap : ConcurrentMap<Class<?>,MailAction> in method protected setMethodMap(mailActionMap ConcurrentMap<Class<?>,MailAction>) : void in class org.apache.james.transport.mailets.jsieve.ActionDispatcher | From | To | |
Change Parameter Type recipients : Collection to recipients : Collection<MailAddress> in method public post(sender MailAddress, recipients Collection<MailAddress>, mail MimeMessage) : void in class org.apache.james.transport.mailets.jsieve.SieveMailAdapter | From | To | |
Change Return Type | 2 | ||
Change Return Type ConcurrentMap<Class,MailAction> to ConcurrentMap<Class<?>,MailAction> in method public getMethodMap() : ConcurrentMap<Class<?>,MailAction> in class org.apache.james.transport.mailets.jsieve.ActionDispatcher | From | To | |
Change Return Type ConcurrentMap<Class,MailAction> to ConcurrentMap<Class<?>,MailAction> in method private defaultMethodMap() : ConcurrentMap<Class<?>,MailAction> in class org.apache.james.transport.mailets.jsieve.ActionDispatcher | From | To | |
Change Variable Type | 4 | ||
Change Variable Type headers : Enumeration to headers : Enumeration<?> in method public service(mail Mail) : void in class org.apache.james.transport.mailets.jsieve.SieveMailboxMailet | From | To | |
Change Variable Type actionMap : ConcurrentMap<Class,MailAction> to actionMap : ConcurrentMap<Class<?>,MailAction> in method private defaultMethodMap() : ConcurrentMap<Class<?>,MailAction> in class org.apache.james.transport.mailets.jsieve.ActionDispatcher | From | To | |
Change Variable Type allHeaders : Enumeration to allHeaders : Enumeration<?> in method public getHeaderNames() : List<String> in class org.apache.james.transport.mailets.jsieve.SieveMailAdapter | From | To | |
Change Variable Type enumeration : Enumeration to enumeration : Enumeration<?> in method private isMailingList(mail Mail) : boolean in class org.apache.james.transport.mailets.jsieve.VacationAction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldMailActionMap : ConcurrentMap<Class,MailAction> to fieldMailActionMap : ConcurrentMap<Class<?>,MailAction> in class org.apache.james.transport.mailets.jsieve.ActionDispatcher | From | To |