1ed1e46348b8e2642aed3e947f2cb8247bc8f991
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type quota : Quota<? extends QuotaValue<?>> to quota : Quota<T> in method private quotaToValue(quota Quota<T>) : Quotas.Value<T> in class org.apache.james.jmap.model.MailboxFactory | From | To | |
Change Parameter Type quota : ImmutableMap<Type,Value> to quota : ImmutableMap<Type,Value<?>> in method private Quota(quota ImmutableMap<Type,Value<?>>) in class org.apache.james.jmap.model.mailbox.Quotas.Quota | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<Type,Value> to Map<Type,Value<?>> in method public getQuota() : Map<Type,Value<?>> in class org.apache.james.jmap.model.mailbox.Quotas.Quota | From | To | |
Change Return Type Quotas.Value to Quotas.Value<T> in method private quotaToValue(quota Quota<T>) : Quotas.Value<T> in class org.apache.james.jmap.model.MailboxFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type quota : Map<Type,Value> to quota : Map<Type,Value<?>> in class org.apache.james.jmap.model.mailbox.Quotas.Quota | From | To |