b90ce47a6daa15f8af74f47fb66d95ecf62b689e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type used : Optional<T> to used : T in method private Quota(used T, max T) in class org.apache.james.mailbox.model.Quota | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<T> to T in method public getUsed() : T in class org.apache.james.mailbox.model.Quota | From | To | |
Inline Variable | 4 | ||
Inline Variable currentMessageCount : QuotaCount in method public getMessageQuota(quotaRoot QuotaRoot) : Quota<QuotaCount> from class org.apache.james.mailbox.store.quota.StoreQuotaManager | From | To | |
Inline Variable limit : QuotaSize in method public getStorageQuota(quotaRoot QuotaRoot) : Quota<QuotaSize> from class org.apache.james.mailbox.store.quota.StoreQuotaManager | From | To | |
Inline Variable currentStorage : QuotaSize in method public getStorageQuota(quotaRoot QuotaRoot) : Quota<QuotaSize> from class org.apache.james.mailbox.store.quota.StoreQuotaManager | From | To | |
Inline Variable limit : QuotaCount in method public getMessageQuota(quotaRoot QuotaRoot) : Quota<QuotaCount> from class org.apache.james.mailbox.store.quota.StoreQuotaManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type used : Optional<T> to used : T in class org.apache.james.mailbox.model.Quota | From | To |