0dd4b49fe79c5246a0d68a5b579a3f17d93f6df5
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type subjectTemplate : String to subjectTemplate : Optional<String> in method private QuotaMailingListenerConfiguration(toRenderingInformation ImmutableMap<QuotaThreshold,RenderingInformation>, thresholds QuotaThresholds, gracePeriod Duration, bodyTemplate Optional<String>, subjectTemplate Optional<String>, name String) in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To | |
Change Parameter Type bodyTemplate : String to bodyTemplate : Optional<String> in method private QuotaMailingListenerConfiguration(toRenderingInformation ImmutableMap<QuotaThreshold,RenderingInformation>, thresholds QuotaThresholds, gracePeriod Duration, bodyTemplate Optional<String>, subjectTemplate Optional<String>, name String) in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableList<QuotaThreshold> to ImmutableMap<QuotaThreshold,RenderingInformation> in method private readThresholds(config HierarchicalConfiguration) : ImmutableMap<QuotaThreshold,RenderingInformation> in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration.RenderingInformation from class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type bodyTemplate : String to bodyTemplate : Optional<String> in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To | |
Change Attribute Type subjectTemplate : String to subjectTemplate : Optional<String> in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration | From | To |