f3127d870b3555cbfdc955d379ede001875a2edb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public setExecutionMode(executionMode ExecutionMode) : void from class org.apache.james.mailbox.spamassassin.SpamAssassinListener to public withExecutionMode(executionMode MailboxListener.ExecutionMode) : MailboxListenerBuilder from class org.apache.james.modules.mailbox.MailboxListenerFactory.MailboxListenerBuilder | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type executionMode : ExecutionMode to executionMode : MailboxListener.ExecutionMode in method public withExecutionMode(executionMode MailboxListener.ExecutionMode) : MailboxListenerBuilder in class org.apache.james.modules.mailbox.MailboxListenerFactory.MailboxListenerBuilder | From | To | |
| Inline Method | 2 | ||
| Inline Method private configureListener(configuration ListenerConfiguration, configurableListener Configurable) : void inlined to public createListener(configuration ListenerConfiguration) : MailboxListener in class org.apache.james.modules.mailbox.MailboxListenersLoaderImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to MailboxListenerBuilder in method public withExecutionMode(executionMode MailboxListener.ExecutionMode) : MailboxListenerBuilder in class org.apache.james.modules.mailbox.MailboxListenerFactory.MailboxListenerBuilder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type executionMode : Optional<ExecutionMode> to executionMode : ExecutionMode in class org.apache.james.mailbox.spamassassin.SpamAssassinListener | From | To |