8b1c70aba0032173c21ed377820eba4932c811fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method package mailDirectiveShouldSetFirstMatchedRuleWhenMultipleRules(testSystem JMAPFilteringTestSystem) : void renamed to package mailDirectiveShouldSetLastMatchedRuleWhenMultipleRules(testSystem JMAPFilteringTestSystem) : void in class org.apache.james.jmap.mailet.filter.JMAPFilteringTest.MultiRuleBehaviourTest | From | To | |
| Rename Method package mailDirectiveShouldSetFirstMatchedMailboxWhenMultipleMailboxes(testSystem JMAPFilteringTestSystem) : void renamed to package mailDirectiveShouldSetLastMatchedMailboxWhenMultipleMailboxes(testSystem JMAPFilteringTestSystem) : void in class org.apache.james.jmap.mailet.filter.JMAPFilteringTest.MultiRuleBehaviourTest | From | To | |
| Rename Method package findApplicableRule(mail Mail) : Optional<Rule> renamed to package findApplicableRules(mail Mail) : Stream<Rule> in class org.apache.james.jmap.mailet.filter.RuleMatcher | From | To | |
| Rename Variable | 1 | ||
| Rename Variable maybeMatchingRule : Optional<Rule> to matchingRules : Stream<Rule> in method private findFirstApplicableRule(user User, mail Mail) : void in class org.apache.james.jmap.mailet.filter.JMAPFiltering | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<Rule> to Stream<Rule> in method package findApplicableRules(mail Mail) : Stream<Rule> in class org.apache.james.jmap.mailet.filter.RuleMatcher | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type maybeMatchingRule : Optional<Rule> to matchingRules : Stream<Rule> in method private findFirstApplicableRule(user User, mail Mail) : void in class org.apache.james.jmap.mailet.filter.JMAPFiltering | From | To |