a29f84abfd0ad19fa523456567cbae268df36646
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable remainingListeners : ImmutableSet<MailboxListener> in method private removeListenerFromSet(listener MailboxListener, runIfEmpty Runnable, listeners ImmutableSet<MailboxListener>) : ImmutableSet<MailboxListener> from class org.apache.james.mailbox.events.MailboxListenerRegistry | From | To | |
Extract Method | 1 | ||
Extract Method private removeListenerFromSet(listener MailboxListener, runIfEmpty Runnable, listeners ImmutableSet<MailboxListener>) : ImmutableSet<MailboxListener> extracted from package removeListener(registrationKey RegistrationKey, listener MailboxListener, runIfEmpty Runnable) : void in class org.apache.james.mailbox.events.MailboxListenerRegistry | From | To |