8c4d01393998934f47cf14bb177911301328a4a6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type individualMatchedResults : List<Set<MailAddress>> to individualMatchedResults : ImmutableList<Set<MailAddress>> in method private computeIntersection(individualMatchedResults ImmutableList<Set<MailAddress>>) : Set<MailAddress> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Set<MailAddress>> to ImmutableList<Set<MailAddress>> in method private performMatchOnMatchers(mail Mail) : ImmutableList<Set<MailAddress>> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To | |
Change Variable Type | 1 | ||
Change Variable Type individualMatchedResults : List<Set<MailAddress>> to individualMatchedResults : ImmutableList<Set<MailAddress>> in method public match(mail Mail) : Collection<MailAddress> in class org.apache.james.mailetcontainer.impl.matchers.And | From | To |