12df8f9cc3f12d604dc7e82b1058f8649075536b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable result : Collection<MailAddress> to matchedMailAddress : Collection<MailAddress> in method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Rename Variable newResult : Collection<MailAddress> to builder : ImmutableList.Builder<Set<MailAddress>> in method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Rename Variable aFinalResult : Object to matcher : Matcher in method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Change Variable Type | 2 | ||
Change Variable Type aFinalResult : Object to matcher : Matcher in method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Change Variable Type newResult : Collection<MailAddress> to builder : ImmutableList.Builder<Set<MailAddress>> in method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Extract Method | 1 | ||
Extract Method private performMatchOnMatchers(mail Mail) : List<Set<MailAddress>> extracted from public match(mail Mail) : Collection<MailAddress> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To |