8e5f2cc25c5e900f85fc8a1f7bada57a3a71ec44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getUser() : String renamed to public getAggregateId() : String in class org.apache.james.mailbox.quota.cassandra.dto.QuotaThresholdChangedEventDTO | From | To | |
Move Attribute | 2 | ||
Move Attribute private LIMIT_TO_3_MESSAGES : int from class org.apache.james.CassandraJmapTestRule to public LIMIT_TO_3_MESSAGES : int from class org.apache.james.jmap.methods.integration.GetMessageListMethodTest | From | To | |
Move Attribute private LIMIT_TO_3_MESSAGES : int from class org.apache.james.MemoryJmapTestRule to public LIMIT_TO_3_MESSAGES : int from class org.apache.james.jmap.methods.integration.GetMessageListMethodTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute user : String to aggregateId : String in class org.apache.james.mailbox.quota.cassandra.dto.QuotaThresholdChangedEventDTO | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public toString() : String extracted from public toString() : String in class org.apache.james.mailbox.quota.mailing.QuotaMailingListenerConfiguration & moved to class org.apache.james.mailbox.quota.mailing.aggregates.UserQuotaThresholds.Id | From | To | |
Rename Parameter | 1 | ||
Rename Parameter user : String to aggregateId : String in method private QuotaThresholdChangedEventDTO(type String, eventId int, aggregateId String, sizeQuota QuotaDTO, countQuota QuotaDTO, sizeEvolution HistoryEvolutionDTO, countEvolution HistoryEvolutionDTO) in class org.apache.james.mailbox.quota.cassandra.dto.QuotaThresholdChangedEventDTO | From | To |